Searched refs:EndifLoc (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/include/clang/Lex/ |
D | PPCallbacks.h | 319 virtual void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) { in SourceRangeSkipped() argument 563 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override { in SourceRangeSkipped() argument 564 First->SourceRangeSkipped(Range, EndifLoc); in SourceRangeSkipped() 565 Second->SourceRangeSkipped(Range, EndifLoc); in SourceRangeSkipped()
|
D | PreprocessingRecord.h | 547 SourceLocation EndifLoc) override;
|
/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ExpandModularHeadersPPCallbacks.cpp | 278 SourceRange Range, SourceLocation EndifLoc) { in SourceRangeSkipped() argument 280 parseToLocation(EndifLoc); in SourceRangeSkipped()
|
D | ExpandModularHeadersPPCallbacks.h | 110 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override;
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CollectMacros.h | 81 void SourceRangeSkipped(SourceRange R, SourceLocation EndifLoc) override { in SourceRangeSkipped() argument
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CoverageMappingGen.h | 67 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override;
|
/external/llvm-project/clang/lib/Lex/ |
D | PreprocessingRecord.cpp | 432 SourceLocation EndifLoc) { in SourceRangeSkipped() argument 434 SkippedRanges.emplace_back(Range.getBegin(), EndifLoc); in SourceRangeSkipped()
|
/external/llvm-project/clang-tools-extra/pp-trace/ |
D | PPCallbacksTracker.cpp | 359 SourceLocation EndifLoc) { in SourceRangeSkipped() argument 361 appendArgument("Range", SourceRange(Range.getBegin(), EndifLoc)); in SourceRangeSkipped()
|
D | PPCallbacksTracker.h | 138 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override;
|
/external/llvm-project/clang/tools/libclang/ |
D | Indexing.cpp | 290 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override { in SourceRangeSkipped() argument
|