Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1420 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, ExprWithCleanups() function in ExprWithCleanups
1439 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) ExprWithCleanups() function in ExprWithCleanups
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp1281 namespace ExprWithCleanups { global() namespace