Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2099 const char *Lexer::LexUDSuffix(Token &Result, const char *CurPtr, in LexUDSuffix() function in Lexer
2237 CurPtr = LexUDSuffix(Result, CurPtr, true); in LexStringLiteral()
2332 CurPtr = LexUDSuffix(Result, CurPtr, true); in LexRawStringLiteral()
2470 CurPtr = LexUDSuffix(Result, CurPtr, false); in LexCharConstant()