Searched refs:CheckSpecificationExprHelper (Results 1 – 1 of 1) sorted by relevance
374 class CheckSpecificationExprHelper class375 : public AnyTraverse<CheckSpecificationExprHelper,379 using Base = AnyTraverse<CheckSpecificationExprHelper, Result>;380 explicit CheckSpecificationExprHelper( in CheckSpecificationExprHelper() function in Fortran::evaluate::CheckSpecificationExprHelper506 if (auto why{CheckSpecificationExprHelper{scope, context}(x)}) { in CheckSpecificationExpr()