Lines Matching refs:FoldingContext
296 Expr<SomeType> &&x, FoldingContext &context, in NonPointerInitializationExpr()
381 const semantics::Scope &s, FoldingContext &context) in CheckSpecificationExprHelper()
497 FoldingContext &context_;
505 const A &x, const semantics::Scope &scope, FoldingContext &context) { in CheckSpecificationExpr()
513 const Expr<SomeType> &, const semantics::Scope &, FoldingContext &);
515 const Expr<SomeInteger> &, const semantics::Scope &, FoldingContext &);
517 const Expr<SubscriptInteger> &, const semantics::Scope &, FoldingContext &);
519 const semantics::Scope &, FoldingContext &);
521 const semantics::Scope &, FoldingContext &);
524 FoldingContext &);
532 explicit IsSimplyContiguousHelper(FoldingContext &c) in IsSimplyContiguousHelper()
613 FoldingContext &context_;
617 bool IsSimplyContiguous(const A &x, FoldingContext &context) { in IsSimplyContiguous()
626 template bool IsSimplyContiguous(const Expr<SomeType> &, FoldingContext &);