Home
last modified time | relevance | path

Searched defs:CharByteWidth (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDLiteralSupport.h191 unsigned CharByteWidth; variable
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDLiteralSupport.cpp334 const char *ThisTokEnd, unsigned CharByteWidth, in MeasureUCNEscape()
371 FullSourceLoc Loc, unsigned CharByteWidth, in EncodeUCNEscape()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDMicrosoftMangle.cpp2714 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral() local
2721 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral() local
HDExpr.cpp809 int CharByteWidth = 0; in mapCharByteWidth() local
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h1492 unsigned CharByteWidth : 4; variable
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp3006 static void ConvertUTF8ToWideString(unsigned CharByteWidth, StringRef Source, in ConvertUTF8ToWideString()