Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1177 static char DecodeTrigraphChar(const char *CP, Lexer *L) { in DecodeTrigraphChar() function
1355 if (char C = DecodeTrigraphChar(Ptr+2, Tok ? this : nullptr)) { in getCharAndSizeSlow()