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

/netbsd-current/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) { function in class:CoverageSourceInfo
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPPCallbacks.h319 virtual void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) { function in class:clang::PPCallbacks
563 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override {
564 First->SourceRangeSkipped(Range, EndifLoc);
565 Second->SourceRangeSkipped(Range, EndifLoc);
H A DPreprocessingRecord.h546 void SourceRangeSkipped(SourceRange Range,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessingRecord.cpp431 void PreprocessingRecord::SourceRangeSkipped(SourceRange Range, function in class:PreprocessingRecord
H A DPPDirectives.cpp651 Callbacks->SourceRangeSkipped(
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp287 /// SourceRangeSkipped - This hook is called when a source range is skipped.
290 void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override {

Completed in 223 milliseconds