Searched refs:getCharAndSize (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
| H A D | Lexer.cpp | 1517 C = getCharAndSize(CurPtr, Size); in LexIdentifier() 1527 C = getCharAndSize(CurPtr, Size); in LexIdentifier() 1531 C = getCharAndSize(CurPtr, Size); in LexIdentifier() 1534 C = getCharAndSize(CurPtr, Size); in LexIdentifier() 1543 C = getCharAndSize(CurPtr, Size); in LexIdentifier() 1546 C = getCharAndSize(CurPtr, Size); in LexIdentifier() 1567 char C = getCharAndSize(CurPtr, Size); in LexNumericConstant() 1572 C = getCharAndSize(CurPtr, Size); in LexNumericConstant() 1633 char C = getCharAndSize(CurPtr, Size); in LexUDSuffix() 1706 C = getCharAndSize(CurPtr, Size); in LexUDSuffix() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
| H A D | Lexer.h | 537 inline char getCharAndSize(const char *Ptr, unsigned &Size) { in getCharAndSize() function
|