Searched refs:EndifLoc (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 339 virtual void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) { in SourceRangeSkipped() argument 621 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override { in SourceRangeSkipped() argument 622 First->SourceRangeSkipped(Range, EndifLoc); in SourceRangeSkipped() 623 Second->SourceRangeSkipped(Range, EndifLoc); in SourceRangeSkipped()
|
| H A D | PreprocessingRecord.h | 552 SourceLocation EndifLoc) override;
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ExpandModularHeadersPPCallbacks.cpp | 280 SourceRange Range, SourceLocation EndifLoc) { in SourceRangeSkipped() argument 282 parseToLocation(EndifLoc); in SourceRangeSkipped()
|
| H A D | ExpandModularHeadersPPCallbacks.h | 112 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override;
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | CollectMacros.h | 84 void SourceRangeSkipped(SourceRange R, SourceLocation EndifLoc) override { in SourceRangeSkipped() argument
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.h | 81 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override;
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | PreprocessingRecord.cpp | 450 SourceLocation EndifLoc) { in SourceRangeSkipped() argument 452 SkippedRanges.emplace_back(Range.getBegin(), EndifLoc); in SourceRangeSkipped()
|
| /llvm-project-15.0.7/clang-tools-extra/pp-trace/ |
| H A D | PPCallbacksTracker.cpp | 356 SourceLocation EndifLoc) { in SourceRangeSkipped() argument 358 appendArgument("Range", SourceRange(Range.getBegin(), EndifLoc)); in SourceRangeSkipped()
|
| H A D | PPCallbacksTracker.h | 137 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override;
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | Indexing.cpp | 290 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override { in SourceRangeSkipped() argument
|