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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h565 /// LexTokenInternal - Internal interface to lex a preprocessing token. Called
568 bool LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2211 // End of preprocessor directive line, let LexTokenInternal handle this.
3149 // Set up misc whitespace flags for LexTokenInternal.
3169 bool returnedToken = LexTokenInternal(Result, atPhysicalStartOfLine);
3170 // (After the LexTokenInternal call, the lexer might be destroyed.)
3175 /// LexTokenInternal - This implements a simple C family lexer. It is an
3180 bool Lexer::LexTokenInternal(Token &Result, bool TokAtPhysicalStartOfLine) { function in class:Lexer

Completed in 111 milliseconds