Home
last modified time | relevance | path

Searched refs:SourceRangeSkipped (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h345 virtual void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) { in SourceRangeSkipped() function
635 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override { in SourceRangeSkipped() function
636 First->SourceRangeSkipped(Range, EndifLoc); in SourceRangeSkipped()
637 Second->SourceRangeSkipped(Range, EndifLoc); in SourceRangeSkipped()
H A DPreprocessingRecord.h553 void SourceRangeSkipped(SourceRange Range,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h81 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override;
H A DCoverageMappingGen.cpp79 void CoverageSourceInfo::SourceRangeSkipped(SourceRange Range, SourceLocation) { in SourceRangeSkipped() function in CoverageSourceInfo
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp443 void PreprocessingRecord::SourceRangeSkipped(SourceRange Range, in SourceRangeSkipped() function in PreprocessingRecord
H A DPPDirectives.cpp852 Callbacks->SourceRangeSkipped( in SkipExcludedConditionalBlock()