Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp1297 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 DExpr.h1008 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 DExprCXX.h3383 static ExprWithCleanups *Create(const ASTContext &C, Expr *subexpr,