Home
last modified time | relevance | path

Searched defs:SourceRangeSkipped (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp443 void PreprocessingRecord::SourceRangeSkipped(SourceRange Range, in SourceRangeSkipped() function in PreprocessingRecord
/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
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp90 void CoverageSourceInfo::SourceRangeSkipped(SourceRange Range, SourceLocation) { in SourceRangeSkipped() function in CoverageSourceInfo