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.h382 virtual void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) { in SourceRangeSkipped() function
694 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override { in SourceRangeSkipped() function
695 First->SourceRangeSkipped(Range, EndifLoc); in SourceRangeSkipped()
696 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.cpp88 void CoverageSourceInfo::SourceRangeSkipped(SourceRange Range, SourceLocation) { in SourceRangeSkipped() function in CoverageSourceInfo
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp440 void PreprocessingRecord::SourceRangeSkipped(SourceRange Range, in SourceRangeSkipped() function in PreprocessingRecord
H A DPPDirectives.cpp879 Callbacks->SourceRangeSkipped( in SkipExcludedConditionalBlock()