Searched refs:HashTokenLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 438 SourceLocation HashTokenLoc; member 444 PreambleSkipInfo(SourceLocation HashTokenLoc, SourceLocation IfTokenLoc, in PreambleSkipInfo() 447 : HashTokenLoc(HashTokenLoc), IfTokenLoc(IfTokenLoc), in PreambleSkipInfo() 2118 void SkipExcludedConditionalBlock(SourceLocation HashTokenLoc,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 444 void Preprocessor::SkipExcludedConditionalBlock(SourceLocation HashTokenLoc, in SkipExcludedConditionalBlock() argument 463 getSkippedRangeForExcludedConditionalBlock(HashTokenLoc)) { in SkipExcludedConditionalBlock() 485 HashTokenLoc, IfTokenLoc, FoundNonSkipPortion, FoundElse, ElseLoc); in SkipExcludedConditionalBlock() 715 SourceRange(HashTokenLoc, endLoc.isValid() in SkipExcludedConditionalBlock()
|
| H A D | Preprocessor.cpp | 675 PreambleConditionalStack.SkipInfo->HashTokenLoc, in replayPreambleConditionalStack()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 2169 AddSourceLocation(SkipInfo->HashTokenLoc, Record); in WritePreprocessor()
|