Searched refs:exprWithCleanups (Results 1 – 10 of 10) sorted by relevance
112 exprWithCleanups(has(ignoringParenImpCasts(ConvertedHandle))) in registerMatchersForVariables()122 hasInitializer(exprWithCleanups( in registerMatchersForVariables()172 returnStmt(has(exprWithCleanups(has(ignoringParenImpCasts(handleFrom( in registerMatchersForReturn()
41 cxxConstructExpr(hasParent(exprWithCleanups( in isConstructorAssignment()74 cxxConstructExpr(hasParent(exprWithCleanups( in isReturn()
27 varDecl(hasInitializer(exprWithCleanups( in registerMatchers()
82 int exprWithCleanups() { in exprWithCleanups() function
239 REGISTER_MATCHER(exprWithCleanups); in RegistryMaps()
1372 traverse(TK_AsIs, varDecl(hasInitializer(exprWithCleanups()))))); in TEST_P()1376 traverse(TK_AsIs, varDecl(hasInitializer(exprWithCleanups()))))); in TEST_P()
2209 exprWithCleanups(has(ignoringElidableConstructorCall(callExpr())))))), in TEST()2300 hasInitializer(exprWithCleanups(has(cxxConstructExpr( in TEST()
848 exprWithCleanups; variable
1675 exprWithCleanups;
567 functionDecl(hasDescendant(exprWithCleanups(has(cxxConstructExpr( in TEST_P()