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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h696 const char *LexUDSuffix(Token &Result, const char *CurPtr,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1814 /// LexUDSuffix - Lex the ud-suffix production for user-defined literal suffixes
1816 const char *Lexer::LexUDSuffix(Token &Result, const char *CurPtr, function in class:Lexer
1954 CurPtr = LexUDSuffix(Result, CurPtr, true);
2038 CurPtr = LexUDSuffix(Result, CurPtr, true);
2176 CurPtr = LexUDSuffix(Result, CurPtr, false);

Completed in 168 milliseconds