Home
last modified time | relevance | path

Searched defs:subexpr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp1297 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, in ExprWithCleanups()
1307 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, Expr *subexpr, in Create()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h1008 FullExpr(StmtClass SC, Expr *subexpr) in FullExpr()