Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprCXX.cpp1025 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, in ExprWithCleanups() function in ExprWithCleanups
1049 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups() function in ExprWithCleanups
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp996 TEST(ExprWithCleanups, MatchesExprWithCleanups) { in TEST() argument
/external/v8/tools/gcmole/
Dgcmole.cc735 DECL_VISIT_EXPR(ExprWithCleanups) { in DECL_VISIT_EXPR() argument
/external/clang/include/clang/AST/
DStmt.h197 friend class ExprWithCleanups; in LLVM_ALIGNAS() local
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp1141 namespace ExprWithCleanups { namespace