Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp320 void Scope::AddSourceRange(const parser::CharBlock &source) { in AddSourceRange() function in Fortran::semantics::Scope
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h1205 void AddSourceRange(const CharSourceRange &R) const { in AddSourceRange() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp5237 void ASTWriter::AddSourceRange(SourceRange Range, RecordDataImpl &Record, in AddSourceRange() function in ASTWriter