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

/external/clang/include/clang/Lex/
H A DLexer.h572 const char *LexUDSuffix(Token &Result, const char *CurPtr,
/external/clang/lib/Lex/
H A DLexer.cpp1587 /// LexUDSuffix - Lex the ud-suffix production for user-defined literal suffixes
1589 const char *Lexer::LexUDSuffix(Token &Result, const char *CurPtr, function in class:Lexer
1682 CurPtr = LexUDSuffix(Result, CurPtr, true);
1765 CurPtr = LexUDSuffix(Result, CurPtr, true);
1855 CurPtr = LexUDSuffix(Result, CurPtr, false);

Completed in 34 milliseconds