Searched refs:ExprPtrTy (Results 1 – 1 of 1) sorted by relevance
5987 using ExprPtrTy = std::conditional_t<Const, const Expr *, Expr *>; variable5990 ExprPtrTy E;5993 AssociationTy(ExprPtrTy E, TSIPtrTy TSI, bool Selected) in AssociationTy()5997 ExprPtrTy getAssociationExpr() const { return E; } in getAssociationExpr()