Home
last modified time | relevance | path

Searched refs:SourceRangeSkipped (Results 1 – 13 of 13) 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() function
621 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override { in SourceRangeSkipped() function
622 First->SourceRangeSkipped(Range, EndifLoc); in SourceRangeSkipped()
623 Second->SourceRangeSkipped(Range, EndifLoc); in SourceRangeSkipped()
H A DPreprocessingRecord.h551 void SourceRangeSkipped(SourceRange Range,
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCollectMacros.h84 void SourceRangeSkipped(SourceRange R, SourceLocation EndifLoc) override { in SourceRangeSkipped() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.h81 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override;
H A DCoverageMappingGen.cpp74 void CoverageSourceInfo::SourceRangeSkipped(SourceRange Range, SourceLocation) { in SourceRangeSkipped() function in CoverageSourceInfo
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.h112 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override;
H A DExpandModularHeadersPPCallbacks.cpp279 void ExpandModularHeadersPPCallbacks::SourceRangeSkipped( in SourceRangeSkipped() function in clang::tooling::ExpandModularHeadersPPCallbacks
/llvm-project-15.0.7/clang-tools-extra/pp-trace/
H A DPPCallbacksTracker.h137 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override;
H A DPPCallbacksTracker.cpp355 void PPCallbacksTracker::SourceRangeSkipped(SourceRange Range, in SourceRangeSkipped() function in clang::pp_trace::PPCallbacksTracker
/llvm-project-15.0.7/clang-tools-extra/docs/
H A Dpp-trace.rst72 * SourceRangeSkipped
637 `SourceRangeSkipped <https://clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#abdb4ebe11610f07…
640 SourceRangeSkipped is called when a source range is skipped.
652 - Callback: SourceRangeSkipped
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessingRecord.cpp449 void PreprocessingRecord::SourceRangeSkipped(SourceRange Range, in SourceRangeSkipped() function in PreprocessingRecord
H A DPPDirectives.cpp852 Callbacks->SourceRangeSkipped( in SkipExcludedConditionalBlock()
/llvm-project-15.0.7/clang/tools/libclang/
H A DIndexing.cpp290 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override { in SourceRangeSkipped() function in __anon0c848fe50211::IndexPPCallbacks