Searched refs:subexpr (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 1297 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, in ExprWithCleanups() argument 1300 : FullExpr(ExprWithCleanupsClass, subexpr) { in ExprWithCleanups() 1307 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, Expr *subexpr, in Create() argument 1313 ExprWithCleanups(subexpr, CleanupsHaveSideEffects, objects); in Create()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Expr.h | 1008 FullExpr(StmtClass SC, Expr *subexpr) in FullExpr() argument 1009 : Expr(SC, subexpr->getType(), subexpr->getValueKind(), in FullExpr() 1010 subexpr->getObjectKind()), in FullExpr() 1011 SubExpr(subexpr) { in FullExpr()
|
| H A D | ExprCXX.h | 3383 static ExprWithCleanups *Create(const ASTContext &C, Expr *subexpr,
|