Home
last modified time | relevance | path

Searched refs:GetSourceFile (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dprovenance.cpp281 const SourceFile *AllSources::GetSourceFile( in GetSourceFile() function in Fortran::parser::AllSources
292 return GetSourceFile(origin.replaces.start(), offset); in GetSourceFile()
333 const SourceFile *source{GetSourceFile(at)}; in GetPath()
339 const SourceFile *source{GetSourceFile(at, &offset)}; in GetLineNumber()
544 if (auto sourceFile{allSources_.GetSourceFile(provenanceStart)}) { in GetCharBlockFromLineAndColumns()
Dprescan.cpp763 const SourceFile *currentFile{allSources_.GetSourceFile(provenance)}; in FortranInclude()
/external/llvm-project/flang/include/flang/Parser/
Dprovenance.h168 const SourceFile *GetSourceFile(
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go2664 func (m *GeneratedCodeInfo_Annotation) GetSourceFile() string { func