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

/external/clang/lib/Lex/
H A DLexer.cpp1625 /// LexUDSuffix - Lex the ud-suffix production for user-defined literal suffixes
1627 const char *Lexer::LexUDSuffix(Token &Result, const char *CurPtr, function in class:Lexer
1761 CurPtr = LexUDSuffix(Result, CurPtr, true);
1845 CurPtr = LexUDSuffix(Result, CurPtr, true);
1940 CurPtr = LexUDSuffix(Result, CurPtr, false);

Completed in 201 milliseconds