Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp2918 bool isRawLex = isLexingRawMode(); in Lex() local
2919 (void) isRawLex; in Lex()
2922 assert((returnedToken || !isRawLex) && "Raw lex must succeed"); in Lex()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp3186 bool isRawLex = isLexingRawMode(); in Lex() local
3187 (void) isRawLex; in Lex()
3190 assert((returnedToken || !isRawLex) && "Raw lex must succeed"); in Lex()