Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h438 SourceLocation HashTokenLoc; member
444 PreambleSkipInfo(SourceLocation HashTokenLoc, SourceLocation IfTokenLoc, in PreambleSkipInfo()
447 : HashTokenLoc(HashTokenLoc), IfTokenLoc(IfTokenLoc), in PreambleSkipInfo()
2118 void SkipExcludedConditionalBlock(SourceLocation HashTokenLoc,
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp444 void Preprocessor::SkipExcludedConditionalBlock(SourceLocation HashTokenLoc, in SkipExcludedConditionalBlock() argument
463 getSkippedRangeForExcludedConditionalBlock(HashTokenLoc)) { in SkipExcludedConditionalBlock()
485 HashTokenLoc, IfTokenLoc, FoundNonSkipPortion, FoundElse, ElseLoc); in SkipExcludedConditionalBlock()
715 SourceRange(HashTokenLoc, endLoc.isValid() in SkipExcludedConditionalBlock()
H A DPreprocessor.cpp675 PreambleConditionalStack.SkipInfo->HashTokenLoc, in replayPreambleConditionalStack()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2169 AddSourceLocation(SkipInfo->HashTokenLoc, Record); in WritePreprocessor()