Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3702 bool isRawLex = isLexingRawMode(); in Lex() local
3703 (void) isRawLex; in Lex()
3706 assert((returnedToken || !isRawLex) && "Raw lex must succeed"); in Lex()