Searched refs:CheckSpecificationExprHelper (Results 1 – 1 of 1) sorted by relevance
499 class CheckSpecificationExprHelper class500 : public AnyTraverse<CheckSpecificationExprHelper,504 using Base = AnyTraverse<CheckSpecificationExprHelper, Result>;505 explicit CheckSpecificationExprHelper( in CheckSpecificationExprHelper() function in Fortran::evaluate::CheckSpecificationExprHelper672 if (auto why{CheckSpecificationExprHelper{scope, context}(x)}) { in CheckSpecificationExpr()