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

/external/clang/lib/CodeGen/
H A DCoverageMappingGen.h43 void SourceRangeSkipped(SourceRange Range) override;
H A DCoverageMappingGen.cpp29 void CoverageSourceInfo::SourceRangeSkipped(SourceRange Range) { function in class:CoverageSourceInfo
/external/clang/include/clang/Lex/
H A DPPCallbacks.h266 virtual void SourceRangeSkipped(SourceRange Range) { function in class:clang::PPCallbacks
460 void SourceRangeSkipped(SourceRange Range) override {
461 First->SourceRangeSkipped(Range);
462 Second->SourceRangeSkipped(Range);
H A DPreprocessingRecord.h508 void SourceRangeSkipped(SourceRange Range) override;
/external/clang/lib/Lex/
H A DPreprocessingRecord.cpp407 void PreprocessingRecord::SourceRangeSkipped(SourceRange Range) { function in class:PreprocessingRecord
H A DPPDirectives.cpp505 Callbacks->SourceRangeSkipped(SourceRange(BeginLoc, Tok.getLocation()));
/external/clang/tools/libclang/
H A DIndexing.cpp293 /// SourceRangeSkipped - This hook is called when a source range is skipped.
296 void SourceRangeSkipped(SourceRange Range) override {}

Completed in 390 milliseconds