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