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()
199 forEachDescendant( in checkASTCodeBody()214 forEachDescendant(stmt(anyOf(WritesIntoM, CapturedInParamM)))) in checkASTCodeBody()219 anyOf(forEachDescendant(BlockPassedToMarkedFuncM), in checkASTCodeBody()220 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()
341 F.addMatcher(traverse(TK_AsIs, stmt(forEachDescendant(FinalM))), &CB); in checkASTCodeBody()
518 stmt(forEachDescendant( in findReferenceMutation()
245 REGISTER_MATCHER(forEachDescendant); in RegistryMaps()
999 forEachDescendant = {}; variable
3445 forEachDescendant;3465 return eachOf(Matcher, forEachDescendant(Matcher)); in findAll()