Searched refs:HashTokenLoc (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 685 SourceLocation HashTokenLoc; member 691 PreambleSkipInfo(SourceLocation HashTokenLoc, SourceLocation IfTokenLoc, in PreambleSkipInfo() 694 : HashTokenLoc(HashTokenLoc), IfTokenLoc(IfTokenLoc), in PreambleSkipInfo() 2552 void SkipExcludedConditionalBlock(SourceLocation HashTokenLoc,
|
| /src/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 480 void Preprocessor::SkipExcludedConditionalBlock(SourceLocation HashTokenLoc, in SkipExcludedConditionalBlock() argument 576 PreambleConditionalStack.SkipInfo.emplace(HashTokenLoc, IfTokenLoc, in SkipExcludedConditionalBlock() 854 SourceRange(HashTokenLoc, endLoc.isValid() in SkipExcludedConditionalBlock()
|
| H A D | Preprocessor.cpp | 678 PreambleConditionalStack.SkipInfo->HashTokenLoc, in replayPreambleConditionalStack()
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 2511 AddSourceLocation(SkipInfo->HashTokenLoc, Record); in WritePreprocessor()
|