Searched refs:hasParent (Results 1 – 6 of 6) sorted by relevance
383 unless(hasParent(implicitCastExpr(hasCastKind(CK_NoOp)))), in findDirectMutation()387 unless(hasParent(arraySubscriptExpr())), has(canResolveToExpr(Exp))); in findDirectMutation()607 hasParent(declStmt().bind("stmt")), in findReferenceMutation()610 unless(hasParent(declStmt(hasParent(cxxForRangeStmt( in findReferenceMutation()
1283 ReturnChildren->hasParent(SuspiciousStmt)); in isPossiblyEmptyImpl()
54 bool hasParent(const Stmt *S) const { return getParent(S) != nullptr; } in hasParent() function
348 REGISTER_MATCHER(hasParent); in RegistryMaps()
3586 hasParent;8221 integerLiteral(equals(0), hasParent(expr(hasType(pointerType()))))); in AST_MATCHER_FUNCTION()
5119 hasParent = context.parentNode,5127 if ( relativeHierarchySelector && hasParent ) {5132 if ( !relativeHierarchySelector || hasParent ) {