Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLexer.h608 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp3507 bool returnedToken = LexTokenInternal(Result, atPhysicalStartOfLine); in Lex()
3518 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() function in Lexer