Home
last modified time | relevance | path

Searched defs:AddSourceRange (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Basic/
DPartialDiagnostic.h160 void AddSourceRange(const CharSourceRange &R) const { in AddSourceRange() function
DDiagnostic.h994 void AddSourceRange(const CharSourceRange &R) const { in AddSourceRange() function
/external/clang/include/clang/Serialization/
DASTWriter.h798 void AddSourceRange(SourceRange Range) { in AddSourceRange() function
/external/clang/lib/Serialization/
DASTWriter.cpp4790 void ASTWriter::AddSourceRange(SourceRange Range, RecordDataImpl &Record) { in AddSourceRange() function in ASTWriter