Searched refs:HashTokenLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 709 SourceLocation HashTokenLoc; member 715 PreambleSkipInfo(SourceLocation HashTokenLoc, SourceLocation IfTokenLoc, in PreambleSkipInfo() 718 : HashTokenLoc(HashTokenLoc), IfTokenLoc(IfTokenLoc), in PreambleSkipInfo() 2627 void SkipExcludedConditionalBlock(SourceLocation HashTokenLoc,
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 506 void Preprocessor::SkipExcludedConditionalBlock(SourceLocation HashTokenLoc, in SkipExcludedConditionalBlock() argument 602 PreambleConditionalStack.SkipInfo.emplace(HashTokenLoc, IfTokenLoc, in SkipExcludedConditionalBlock() 880 SourceRange(HashTokenLoc, endLoc.isValid() in SkipExcludedConditionalBlock()
|
| H A D | Preprocessor.cpp | 694 PreambleConditionalStack.SkipInfo->HashTokenLoc, in replayPreambleConditionalStack()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 2587 AddSourceLocation(SkipInfo->HashTokenLoc, Record); in WritePreprocessor()
|