Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprCXX.cpp1022 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, in ExprWithCleanups() function in ExprWithCleanups
1043 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups() function in ExprWithCleanups
/external/chromium_org/v8/tools/gcmole/
Dgcmole.cc717 DECL_VISIT_EXPR(ExprWithCleanups) { in DECL_VISIT_EXPR() argument
/external/v8/tools/gcmole/
Dgcmole.cc719 DECL_VISIT_EXPR(ExprWithCleanups) { in DECL_VISIT_EXPR() argument
/external/clang/include/clang/AST/
DStmt.h234 friend class ExprWithCleanups; variable
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp1120 namespace ExprWithCleanups { namespace