Home
last modified time | relevance | path

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

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