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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3169 bool returnedToken = LexTokenInternal(Result, atPhysicalStartOfLine); local
3171 assert((returnedToken || !isRawLex) && "Raw lex must succeed");
3172 return returnedToken;

Completed in 110 milliseconds