Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp1196 static char DecodeTrigraphChar(const char *CP, Lexer *L, bool Trigraphs) { in DecodeTrigraphChar() function
1374 if (char C = DecodeTrigraphChar(Ptr + 2, Tok ? this : nullptr, in getCharAndSizeSlow()