Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h436 SourceLocation HashTokenLoc; member
442 PreambleSkipInfo(SourceLocation HashTokenLoc, SourceLocation IfTokenLoc, in PreambleSkipInfo()
445 : HashTokenLoc(HashTokenLoc), IfTokenLoc(IfTokenLoc), in PreambleSkipInfo()
2111 void SkipExcludedConditionalBlock(SourceLocation HashTokenLoc,
/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp415 void Preprocessor::SkipExcludedConditionalBlock(SourceLocation HashTokenLoc, in SkipExcludedConditionalBlock() argument
434 getSkippedRangeForExcludedConditionalBlock(HashTokenLoc)) { in SkipExcludedConditionalBlock()
456 HashTokenLoc, IfTokenLoc, FoundNonSkipPortion, FoundElse, ElseLoc); in SkipExcludedConditionalBlock()
628 SourceRange(HashTokenLoc, endLoc.isValid() in SkipExcludedConditionalBlock()
DPreprocessor.cpp679 PreambleConditionalStack.SkipInfo->HashTokenLoc, in replayPreambleConditionalStack()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp2164 AddSourceLocation(SkipInfo->HashTokenLoc, Record); in WritePreprocessor()