Searched refs:HashTokenLoc (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 436 SourceLocation HashTokenLoc; member 442 PreambleSkipInfo(SourceLocation HashTokenLoc, SourceLocation IfTokenLoc, in PreambleSkipInfo() 445 : HashTokenLoc(HashTokenLoc), IfTokenLoc(IfTokenLoc), in PreambleSkipInfo() 2116 void SkipExcludedConditionalBlock(SourceLocation HashTokenLoc,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 436 void Preprocessor::SkipExcludedConditionalBlock(SourceLocation HashTokenLoc, in SkipExcludedConditionalBlock() argument 455 getSkippedRangeForExcludedConditionalBlock(HashTokenLoc)) { in SkipExcludedConditionalBlock() 477 HashTokenLoc, IfTokenLoc, FoundNonSkipPortion, FoundElse, ElseLoc); in SkipExcludedConditionalBlock() 652 SourceRange(HashTokenLoc, endLoc.isValid() in SkipExcludedConditionalBlock()
|
H A D | Preprocessor.cpp | 675 PreambleConditionalStack.SkipInfo->HashTokenLoc, in replayPreambleConditionalStack()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 2169 AddSourceLocation(SkipInfo->HashTokenLoc, Record); in WritePreprocessor()
|