Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp1542 C = getCharAndSize(CurPtr, Size); in LexIdentifier()
1552 C = getCharAndSize(CurPtr, Size); in LexIdentifier()
1556 C = getCharAndSize(CurPtr, Size); in LexIdentifier()
1559 C = getCharAndSize(CurPtr, Size); in LexIdentifier()
1568 C = getCharAndSize(CurPtr, Size); in LexIdentifier()
1571 C = getCharAndSize(CurPtr, Size); in LexIdentifier()
1592 char C = getCharAndSize(CurPtr, Size); in LexNumericConstant()
1597 C = getCharAndSize(CurPtr, Size); in LexNumericConstant()
1659 char C = getCharAndSize(CurPtr, Size); in LexUDSuffix()
1732 C = getCharAndSize(CurPtr, Size); in LexUDSuffix()
[all …]
/external/clang/include/clang/Lex/
DLexer.h577 inline char getCharAndSize(const char *Ptr, unsigned &Size) { in getCharAndSize() function