Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDLexer.h612 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDLexer.cpp3704 bool returnedToken = LexTokenInternal(Result, atPhysicalStartOfLine); in Lex()
3715 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() function in Lexer