Searched refs:forEachDescendant (Results 1 – 10 of 10) sorted by relevance
98 forEachDescendant( in findGCDAntiPatternWithSemaphore()100 forEachDescendant(binaryOperator(bindAssignmentToDecl(SemaphoreBinding), in findGCDAntiPatternWithSemaphore()116 forEachDescendant( in findGCDAntiPatternWithSemaphore()122 auto SemaphoreWaitM = forEachDescendant( in findGCDAntiPatternWithSemaphore()140 forEachDescendant( in findGCDAntiPatternWithGroup()142 forEachDescendant(binaryOperator(bindAssignmentToDecl(GroupBinding), in findGCDAntiPatternWithGroup()145 auto GroupEnterM = forEachDescendant( in findGCDAntiPatternWithGroup()162 forEachDescendant( in findGCDAntiPatternWithGroup()168 auto GroupWaitM = forEachDescendant( in findGCDAntiPatternWithGroup()
201 forEachDescendant( in checkASTCodeBody()216 forEachDescendant(stmt(anyOf(WritesIntoM, CapturedInParamM)))) in checkASTCodeBody()221 anyOf(forEachDescendant(BlockPassedToMarkedFuncM), in checkASTCodeBody()222 forEachDescendant(WritesOrCapturesInPoolM))); in checkASTCodeBody()
79 return decl(forEachDescendant(PointerIterM)); in matchUnorderedIterWithPointers()
93 return decl(forEachDescendant(PointerSortM)); in matchSortWithPointers()
114 match(stmt(forEachDescendant(CastM)), *D->getBody(), AM.getASTContext()); in checkASTCodeBody()
340 F.addMatcher(traverse(TK_AsIs, stmt(forEachDescendant(FinalM))), &CB); in checkASTCodeBody()
602 stmt(forEachDescendant( in findReferenceMutation()
257 REGISTER_MATCHER(forEachDescendant); in RegistryMaps()
1026 forEachDescendant = {}; variable
3549 forEachDescendant;3569 return eachOf(Matcher, forEachDescendant(Matcher)); in findAll()