Home
last modified time | relevance | path

Searched refs:getCharAndSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDLexer.cpp1814 getCharAndSize(CurPtr, FirstCodeUnitSize); in tryConsumeIdentifierUTF8Char()
1944 unsigned char C = getCharAndSize(CurPtr, Size); in LexIdentifierContinue()
2033 char C = getCharAndSize(CurPtr, Size); in LexNumericConstant()
2042 C = getCharAndSize(CurPtr, Size); in LexNumericConstant()
2105 char C = getCharAndSize(CurPtr, Size); in LexUDSuffix()
2177 C = getCharAndSize(CurPtr, Size); in LexUDSuffix()
2856 unsigned char C = getCharAndSize(CurPtr, CharSize); in SkipBlockComment()
3389 char Kind = getCharAndSize(StartPtr, CharSize); in tryReadNumericUCN()
3414 char C = getCharAndSize(CurPtr, CharSize); in tryReadNumericUCN()
3505 char C = getCharAndSize(StartPtr, CharSize); in tryReadNamedUCN()
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDLexer.h695 inline char getCharAndSize(const char *Ptr, unsigned &Size) { in getCharAndSize() function