Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h530 SourceLocation HashTokenLoc; member
536 PreambleSkipInfo(SourceLocation HashTokenLoc, SourceLocation IfTokenLoc, in PreambleSkipInfo()
539 : HashTokenLoc(HashTokenLoc), IfTokenLoc(IfTokenLoc), in PreambleSkipInfo()
2336 void SkipExcludedConditionalBlock(SourceLocation HashTokenLoc,
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPDirectives.cpp480 void Preprocessor::SkipExcludedConditionalBlock(SourceLocation HashTokenLoc, in SkipExcludedConditionalBlock() argument
575 PreambleConditionalStack.SkipInfo.emplace(HashTokenLoc, IfTokenLoc, in SkipExcludedConditionalBlock()
853 SourceRange(HashTokenLoc, endLoc.isValid() in SkipExcludedConditionalBlock()
H A DPreprocessor.cpp691 PreambleConditionalStack.SkipInfo->HashTokenLoc, in replayPreambleConditionalStack()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp2312 AddSourceLocation(SkipInfo->HashTokenLoc, Record); in WritePreprocessor()