Home
last modified time | relevance | path

Searched refs:GetSourcePositionRange (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/examples/FlangOmpReport/
H A DFlangOmpReportVisitor.cpp61 return parsing->allCooked().GetSourcePositionRange(o.source)->first; in getLocation()
69 return parsing->allCooked().GetSourcePositionRange(c.source)->first; in getLocation()
76 return (parsing->allCooked().GetSourcePositionRange(source))->first; in getLocation()
83 .GetSourcePositionRange(source) in getLocation()
90 return (parsing->allCooked().GetSourcePositionRange(source))->first; in getLocation()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dprovenance.h281 GetSourcePositionRange(CharBlock) const;
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsemantics.cpp512 if (auto sourceInfo{allCooked.GetSourcePositionRange(symbol.name())}) { in DumpSymbolsSources()
/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendActions.cpp448 auto sourceInfo{cs.GetSourcePositionRange(symbol->name())}; in executeAction()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprovenance.cpp592 AllCookedSources::GetSourcePositionRange(CharBlock cookedRange) const { in GetSourcePositionRange() function in Fortran::parser::AllCookedSources
/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp584 loc = cooked->GetSourcePositionRange(block)) { in genLocation()