Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h554 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp3153 bool returnedToken = LexTokenInternal(Result, atPhysicalStartOfLine); in Lex()
3164 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() function in Lexer