Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp1363 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, in ExprWithCleanups()
1373 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, Expr *subexpr, in Create()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h1019 FullExpr(StmtClass SC, Expr *subexpr) in FullExpr()