Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DPartialDiagnostic.h167 void AddSourceRange(const CharSourceRange &R) const { in AddSourceRange() function
H A DDiagnostic.h1164 void AddSourceRange(const CharSourceRange &R) const { in AddSourceRange() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h852 void AddSourceRange(SourceRange Range) { in AddSourceRange() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp5325 void ASTWriter::AddSourceRange(SourceRange Range, RecordDataImpl &Record) { in AddSourceRange() function in ASTWriter