Searched refs:FindImpureCallHelper (Results 1 – 1 of 1) sorted by relevance
911 class FindImpureCallHelper class912 : public AnyTraverse<FindImpureCallHelper, std::optional<std::string>> {914 using Base = AnyTraverse<FindImpureCallHelper, Result>;917 explicit FindImpureCallHelper(FoldingContext &c) : Base{*this}, context_{c} {} in FindImpureCallHelper() function in Fortran::evaluate::FindImpureCallHelper935 return FindImpureCallHelper{context}(expr); in FindImpureCall()939 return FindImpureCallHelper{context}(proc); in FindImpureCall()