Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h329 SourceLocation IfTokenLoc; member
334 PreambleSkipInfo(SourceLocation HashTokenLoc, SourceLocation IfTokenLoc, in PreambleSkipInfo()
337 : HashTokenLoc(HashTokenLoc), IfTokenLoc(IfTokenLoc), in PreambleSkipInfo()
1973 SourceLocation IfTokenLoc,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp372 SourceLocation IfTokenLoc, in SkipExcludedConditionalBlock() argument
382 CurPPLexer->pushConditionalLevel(IfTokenLoc, /*isSkipping*/ false, in SkipExcludedConditionalBlock()
406 HashTokenLoc, IfTokenLoc, FoundNonSkipPortion, FoundElse, ElseLoc); in SkipExcludedConditionalBlock()
H A DPreprocessor.cpp657 PreambleConditionalStack.SkipInfo->IfTokenLoc, in replayPreambleConditionalStack()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp3067 SourceLocation IfTokenLoc = ReadSourceLocation(F, Record, Idx); in ReadASTBlock() local
3071 SkipInfo.emplace(HashToken, IfTokenLoc, FoundNonSkipPortion, in ReadASTBlock()
H A DASTWriter.cpp2459 AddSourceLocation(SkipInfo->IfTokenLoc, Record); in WritePreprocessor()