Home
last modified time | relevance | path

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

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