Home
last modified time | relevance | path

Searched refs:forEachDescendant (Results 1 – 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDGCDAntipatternChecker.cpp98 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()
HDObjCAutoreleaseWriteChecker.cpp201 forEachDescendant( in checkASTCodeBody()
216 forEachDescendant(stmt(anyOf(WritesIntoM, CapturedInParamM)))) in checkASTCodeBody()
221 anyOf(forEachDescendant(BlockPassedToMarkedFuncM), in checkASTCodeBody()
222 forEachDescendant(WritesOrCapturesInPoolM))); in checkASTCodeBody()
HDPointerIterationChecker.cpp79 return decl(forEachDescendant(PointerIterM)); in matchUnorderedIterWithPointers()
HDPointerSortingChecker.cpp93 return decl(forEachDescendant(PointerSortM)); in matchSortWithPointers()
HDOSObjectCStyleCast.cpp114 match(stmt(forEachDescendant(CastM)), *D->getBody(), AM.getASTContext()); in checkASTCodeBody()
HDNumberObjectConversionChecker.cpp340 F.addMatcher(traverse(TK_AsIs, stmt(forEachDescendant(FinalM))), &CB); in checkASTCodeBody()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDExprMutationAnalyzer.cpp602 stmt(forEachDescendant( in findReferenceMutation()
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
HDRegistry.cpp257 REGISTER_MATCHER(forEachDescendant); in RegistryMaps()
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
HDASTMatchersInternal.cpp1026 forEachDescendant = {}; variable
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h3549 forEachDescendant;
3569 return eachOf(Matcher, forEachDescendant(Matcher)); in findAll()