Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h488 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);
/external/llvm-project/clang/include/clang/Lex/
DLexer.h572 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);
/external/clang/lib/Lex/
DLexer.cpp2920 bool returnedToken = LexTokenInternal(Result, atPhysicalStartOfLine); in Lex()
2931 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() function in Lexer
/external/llvm-project/clang/lib/Lex/
DLexer.cpp3188 bool returnedToken = LexTokenInternal(Result, atPhysicalStartOfLine); in Lex()
3199 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() function in Lexer