Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h534 const char *LexUDSuffix(Token &Result, const char *CurPtr);
/external/clang/lib/Lex/
DLexer.cpp1578 const char *Lexer::LexUDSuffix(Token &Result, const char *CurPtr) { in LexUDSuffix() function in Lexer
1657 CurPtr = LexUDSuffix(Result, CurPtr); in LexStringLiteral()
1740 CurPtr = LexUDSuffix(Result, CurPtr); in LexRawStringLiteral()
1827 CurPtr = LexUDSuffix(Result, CurPtr); in LexCharConstant()