Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3648 bool returnedToken = LexTokenInternal(Result, atPhysicalStartOfLine); in Lex() local
3650 assert((returnedToken || !isRawLex) && "Raw lex must succeed"); in Lex()
3651 return returnedToken; in Lex()