Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h381 virtual void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) { in SourceRangeSkipped() function
693 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override { in SourceRangeSkipped() function
694 First->SourceRangeSkipped(Range, EndifLoc); in SourceRangeSkipped()
695 Second->SourceRangeSkipped(Range, EndifLoc); in SourceRangeSkipped()
H A DPreprocessingRecord.h554 void SourceRangeSkipped(SourceRange Range,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h86 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override;
H A DCoverageMappingGen.cpp90 void CoverageSourceInfo::SourceRangeSkipped(SourceRange Range, SourceLocation) { in SourceRangeSkipped() function in CoverageSourceInfo
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp443 void PreprocessingRecord::SourceRangeSkipped(SourceRange Range, in SourceRangeSkipped() function in PreprocessingRecord
H A DPPDirectives.cpp853 Callbacks->SourceRangeSkipped( in SkipExcludedConditionalBlock()