Home
last modified time | relevance | path

Searched refs:GetSource (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Drewrite-parse-tree.cpp143 auto source{var->GetSource()}; in Post()
H A Dassignment.cpp67 auto lhsLoc{std::get<parser::Variable>(stmt.t).GetSource()}; in Analyze()
H A Dcheck-io.cpp335 var->GetSource()); in Enter()
985 auto at{var->GetSource()}; in CheckForDefinableVariable()
H A Dsemantics.cpp399 CheckIndexVarRedefine(variable.GetSource(), *entity); in CheckIndexVarRedefine()
H A Dexpression.cpp3104 return ExprOrVariable(variable, variable.GetSource()); in Analyze()
3110 parser::CharBlock source{var->GetSource()}; in Analyze()
3340 source_.ExtendToCover(x.GetSource()); in Analyze()
3344 SetArgSourceLocation(actuals_.back(), x.GetSource()); in Analyze()
3350 x.GetSource()); in Analyze()
H A Ddata-to-inits.cpp144 exprAnalyzer_.GetFoldingContext().messages().SetLocation(var.GetSource()); in Scan()
H A Dcheck-omp-structure.cpp1512 const auto &variableName{variable.GetSource().ToString()}; in IsOperatorValid()
1517 context_.Say(variable.GetSource(), in IsOperatorValid()
1572 var.GetSource().ToString()); in CheckAtomicUpdateAssignmentStmt()
H A Dcheck-do-forall.cpp215 SayDeallocateOfPolymorph(variable.GetSource(), *entity, reason); in Post()
H A Dresolve-names.cpp6327 return Selector{var.GetSource(), EvaluateExpr(x)}; in ResolveSelector()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dparsing.cpp132 if (const char *orig{allSources.GetSource(*provenance)}) { in EmitPreprocessedSource()
H A Dparse-tree.cpp238 CharBlock Variable::GetSource() const { in GetSource() function in Fortran::parser::Variable
H A Dprovenance.cpp318 const char *AllSources::GetSource(ProvenanceRange range) const { in GetSource() function in Fortran::parser::AllSources
H A Dprescan.cpp64 start_ = allSources_.GetSource(range); in Prescan()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dprovenance.h172 const char *GetSource(ProvenanceRange) const;
H A Dparse-tree.h1805 CharBlock GetSource() const;
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp622 mlir::Location loc = converter.genLocation(pVar.GetSource()); in genInputItemList()