Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h665 SourceLocation HashTokenLoc; member
671 PreambleSkipInfo(SourceLocation HashTokenLoc, SourceLocation IfTokenLoc, in PreambleSkipInfo()
674 : HashTokenLoc(HashTokenLoc), IfTokenLoc(IfTokenLoc), in PreambleSkipInfo()
2508 void SkipExcludedConditionalBlock(SourceLocation HashTokenLoc,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp479 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.cpp674 PreambleConditionalStack.SkipInfo->HashTokenLoc, in replayPreambleConditionalStack()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2383 AddSourceLocation(SkipInfo->HashTokenLoc, Record); in WritePreprocessor()