Home
last modified time | relevance | path

Searched refs:EndifLoc (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPPCallbacks.h339 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 DPreprocessingRecord.h552 SourceLocation EndifLoc) override;
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.cpp280 SourceRange Range, SourceLocation EndifLoc) { in SourceRangeSkipped() argument
282 parseToLocation(EndifLoc); in SourceRangeSkipped()
H A DExpandModularHeadersPPCallbacks.h112 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override;
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCollectMacros.h84 void SourceRangeSkipped(SourceRange R, SourceLocation EndifLoc) override { in SourceRangeSkipped() argument
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.h81 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override;
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessingRecord.cpp450 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 DPPCallbacksTracker.cpp356 SourceLocation EndifLoc) { in SourceRangeSkipped() argument
358 appendArgument("Range", SourceRange(Range.getBegin(), EndifLoc)); in SourceRangeSkipped()
H A DPPCallbacksTracker.h137 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override;
/llvm-project-15.0.7/clang/tools/libclang/
H A DIndexing.cpp290 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override { in SourceRangeSkipped() argument