Home
last modified time | relevance | path

Searched refs:ExprPtrTy (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h5674 using ExprPtrTy = std::conditional_t<Const, const Expr *, Expr *>; variable
5677 ExprPtrTy E;
5680 AssociationTy(ExprPtrTy E, TSIPtrTy TSI, bool Selected) in AssociationTy()
5684 ExprPtrTy getAssociationExpr() const { return E; } in getAssociationExpr()