Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DPartialDiagnostic.h160 void AddSourceRange(const CharSourceRange &R) const { in AddSourceRange() function
H A DDiagnostic.h987 void AddSourceRange(const CharSourceRange &R) const { in AddSourceRange() function
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4897 void ASTWriter::AddSourceRange(SourceRange Range, RecordDataImpl &Record) { in AddSourceRange() function in ASTWriter