Searched refs:HashTokenLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 328 SourceLocation HashTokenLoc; member 334 PreambleSkipInfo(SourceLocation HashTokenLoc, SourceLocation IfTokenLoc, in PreambleSkipInfo() 337 : HashTokenLoc(HashTokenLoc), IfTokenLoc(IfTokenLoc), in PreambleSkipInfo() 1972 void SkipExcludedConditionalBlock(SourceLocation HashTokenLoc,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 371 void Preprocessor::SkipExcludedConditionalBlock(SourceLocation HashTokenLoc, in SkipExcludedConditionalBlock() argument 406 HashTokenLoc, IfTokenLoc, FoundNonSkipPortion, FoundElse, ElseLoc); in SkipExcludedConditionalBlock() 578 SourceRange(HashTokenLoc, CurPPLexer->getSourceLocation()), in SkipExcludedConditionalBlock()
|
| H A D | Preprocessor.cpp | 656 PreambleConditionalStack.SkipInfo->HashTokenLoc, in replayPreambleConditionalStack()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 2458 AddSourceLocation(SkipInfo->HashTokenLoc, Record); in WritePreprocessor()
|