Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h355 SourceLocation FirstPPTokenLoc; variable
1782 assert(FirstPPTokenLoc.isValid() && in getMainFileFirstPPTokenLoc()
1784 return FirstPPTokenLoc; in getMainFileFirstPPTokenLoc()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp584 FirstPPTokenLoc = FirstPPTok->getLocation(); in EnterMainSourceFile()