Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp582 std::optional<Token> FirstPPTok = CurLexer->peekNextPPToken(); in EnterMainSourceFile() local
583 if (FirstPPTok) in EnterMainSourceFile()
584 FirstPPTokenLoc = FirstPPTok->getLocation(); in EnterMainSourceFile()