Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp1515 C = getCharAndSize(CurPtr, Size); in LexIdentifier()
1525 C = getCharAndSize(CurPtr, Size); in LexIdentifier()
1529 C = getCharAndSize(CurPtr, Size); in LexIdentifier()
1532 C = getCharAndSize(CurPtr, Size); in LexIdentifier()
1541 C = getCharAndSize(CurPtr, Size); in LexIdentifier()
1544 C = getCharAndSize(CurPtr, Size); in LexIdentifier()
1565 char C = getCharAndSize(CurPtr, Size); in LexNumericConstant()
1570 C = getCharAndSize(CurPtr, Size); in LexNumericConstant()
1631 char C = getCharAndSize(CurPtr, Size); in LexUDSuffix()
1704 C = getCharAndSize(CurPtr, Size); in LexUDSuffix()
[all …]
/external/clang/include/clang/Lex/
DLexer.h557 inline char getCharAndSize(const char *Ptr, unsigned &Size) { in getCharAndSize() function