Home
last modified time | relevance | path

Searched defs:ExprWithCleanups (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() function in ExprWithCleanups
1316 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups() function in ExprWithCleanups
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h820 friend class ExprWithCleanups; in alignas() local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp1260 namespace ExprWithCleanups { namespace