Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1210 void AddSourceRange(const CharSourceRange &R) const { in AddSourceRange() function
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6023 void ASTWriter::AddSourceRange(SourceRange Range, RecordDataImpl &Record, in AddSourceRange() function in ASTWriter