Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h468 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);
/external/clang/lib/Lex/
DLexer.cpp2888 bool returnedToken = LexTokenInternal(Result, atPhysicalStartOfLine); in Lex()
2899 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { in LexTokenInternal() function in Lexer