Lines Matching refs:funcRef
2085 MaybeExpr ExpressionAnalyzer::Analyze(const parser::FunctionReference &funcRef, in Analyze() argument
2087 const parser::Call &call{funcRef.v}; in Analyze()
2122 auto &mutableRef{const_cast<parser::FunctionReference &>(funcRef)}; in Analyze()
2549 const parser::FunctionReference &funcRef) { in CheckFuncRefToArrayElementRefHasSubscripts() argument
2554 if (std::get<std::list<parser::ActualArgSpec>>(funcRef.v.t).empty()) { in CheckFuncRefToArrayElementRefHasSubscripts()
2555 auto &proc{std::get<parser::ProcedureDesignator>(funcRef.v.t)}; in CheckFuncRefToArrayElementRefHasSubscripts()
2560 auto &msg{context.Say(funcRef.v.source, in CheckFuncRefToArrayElementRefHasSubscripts()
2589 parser::FunctionReference &funcRef{func->value()}; in FixMisparsedFunctionReference() local
2590 auto &proc{std::get<parser::ProcedureDesignator>(funcRef.v.t)}; in FixMisparsedFunctionReference()
2607 CheckFuncRefToArrayElementRefHasSubscripts(context, funcRef); in FixMisparsedFunctionReference()
2608 u = common::Indirection{funcRef.ConvertToArrayElementRef()}; in FixMisparsedFunctionReference()