Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Lex/
HDLexer.h446 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);
/trueos/contrib/llvm/tools/clang/lib/Lex/
HDLexer.cpp2866 bool returnedToken = LexTokenInternal(Result, atPhysicalStartOfLine); in Lex()
2877 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() function in Lexer