Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h328 SourceLocation HashTokenLoc; member
334 PreambleSkipInfo(SourceLocation HashTokenLoc, SourceLocation IfTokenLoc, in PreambleSkipInfo()
337 : HashTokenLoc(HashTokenLoc), IfTokenLoc(IfTokenLoc), in PreambleSkipInfo()
1972 void SkipExcludedConditionalBlock(SourceLocation HashTokenLoc,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp371 void Preprocessor::SkipExcludedConditionalBlock(SourceLocation HashTokenLoc, in SkipExcludedConditionalBlock() argument
406 HashTokenLoc, IfTokenLoc, FoundNonSkipPortion, FoundElse, ElseLoc); in SkipExcludedConditionalBlock()
578 SourceRange(HashTokenLoc, CurPPLexer->getSourceLocation()), in SkipExcludedConditionalBlock()
H A DPreprocessor.cpp656 PreambleConditionalStack.SkipInfo->HashTokenLoc, in replayPreambleConditionalStack()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp2458 AddSourceLocation(SkipInfo->HashTokenLoc, Record); in WritePreprocessor()