Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Lex/
H A DLiteralSupport.cpp334 const char *ThisTokEnd, unsigned CharByteWidth, in MeasureUCNEscape()
371 FullSourceLoc Loc, unsigned CharByteWidth, in EncodeUCNEscape()
/aosp_15_r20/external/clang/include/clang/Lex/
H A DLiteralSupport.h202 unsigned CharByteWidth; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DLiteralSupport.h240 unsigned CharByteWidth; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DLiteralSupport.h241 unsigned CharByteWidth; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DLiteralSupport.h240 unsigned CharByteWidth; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DLiteralSupport.h240 unsigned CharByteWidth; variable
/aosp_15_r20/external/clang/lib/AST/
H A DMicrosoftMangle.cpp2947 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral() local
2954 unsigned CharByteWidth = SL->getCharByteWidth(); in mangleStringLiteral() local
H A DExpr.cpp803 int CharByteWidth = 0; in mapCharByteWidth() local
/aosp_15_r20/external/clang/include/clang/AST/
H A DExpr.h1485 unsigned CharByteWidth : 4; variable
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExpr.cpp3045 static void ConvertUTF8ToWideString(unsigned CharByteWidth, StringRef Source, in ConvertUTF8ToWideString()