Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DLexer.cpp1111 static char DecodeTrigraphChar(const char *CP, Lexer *L) { in DecodeTrigraphChar() function
1290 if (char C = DecodeTrigraphChar(Ptr+2, Tok ? this : 0)) { in getCharAndSizeSlow()