Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h662 SourceLocation HashTokenLoc; member
668 PreambleSkipInfo(SourceLocation HashTokenLoc, SourceLocation IfTokenLoc, in PreambleSkipInfo()
671 : HashTokenLoc(HashTokenLoc), IfTokenLoc(IfTokenLoc), in PreambleSkipInfo()
2509 void SkipExcludedConditionalBlock(SourceLocation HashTokenLoc,
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp461 void Preprocessor::SkipExcludedConditionalBlock(SourceLocation HashTokenLoc, in SkipExcludedConditionalBlock() argument
555 PreambleConditionalStack.SkipInfo.emplace(HashTokenLoc, IfTokenLoc, in SkipExcludedConditionalBlock()
833 SourceRange(HashTokenLoc, endLoc.isValid() in SkipExcludedConditionalBlock()
H A DPreprocessor.cpp687 PreambleConditionalStack.SkipInfo->HashTokenLoc, in replayPreambleConditionalStack()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp2320 AddSourceLocation(SkipInfo->HashTokenLoc, Record); in WritePreprocessor()