Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h323 virtual void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) { in SourceRangeSkipped() function
599 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override { in SourceRangeSkipped() function
600 First->SourceRangeSkipped(Range, EndifLoc); in SourceRangeSkipped()
601 Second->SourceRangeSkipped(Range, EndifLoc); in SourceRangeSkipped()
H A DPreprocessingRecord.h553 void SourceRangeSkipped(SourceRange Range,
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h67 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override;
H A DCoverageMappingGen.cpp73 void CoverageSourceInfo::SourceRangeSkipped(SourceRange Range, SourceLocation) { in SourceRangeSkipped() function in CoverageSourceInfo
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp448 void PreprocessingRecord::SourceRangeSkipped(SourceRange Range, in SourceRangeSkipped() function in PreprocessingRecord
H A DPPDirectives.cpp714 Callbacks->SourceRangeSkipped( in SkipExcludedConditionalBlock()