Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPPCallbacks.h319 virtual void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) { in SourceRangeSkipped() function
563 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override { in SourceRangeSkipped() function
564 First->SourceRangeSkipped(Range, EndifLoc); in SourceRangeSkipped()
565 Second->SourceRangeSkipped(Range, EndifLoc); in SourceRangeSkipped()
H A DPreprocessingRecord.h546 void SourceRangeSkipped(SourceRange Range,
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessingRecord.cpp431 void PreprocessingRecord::SourceRangeSkipped(SourceRange Range, in SourceRangeSkipped() function in PreprocessingRecord
H A DPPDirectives.cpp651 Callbacks->SourceRangeSkipped( in SkipExcludedConditionalBlock()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp290 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override { in SourceRangeSkipped() function in __anon08ff66800211::IndexPPCallbacks