Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.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()
H A DObjCAutoreleaseWriteChecker.cpp199 forEachDescendant( in checkASTCodeBody()
214 forEachDescendant(stmt(anyOf(WritesIntoM, CapturedInParamM)))) in checkASTCodeBody()
219 anyOf(forEachDescendant(BlockPassedToMarkedFuncM), in checkASTCodeBody()
220 forEachDescendant(WritesOrCapturesInPoolM))); in checkASTCodeBody()
H A DPointerIterationChecker.cpp79 return decl(forEachDescendant(PointerIterM)); in matchUnorderedIterWithPointers()
H A DPointerSortingChecker.cpp93 return decl(forEachDescendant(PointerSortM)); in matchSortWithPointers()
H A DOSObjectCStyleCast.cpp114 match(stmt(forEachDescendant(CastM)), *D->getBody(), AM.getASTContext()); in checkASTCodeBody()
H A DNumberObjectConversionChecker.cpp341 F.addMatcher(traverse(TK_AsIs, stmt(forEachDescendant(FinalM))), &CB); in checkASTCodeBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp518 stmt(forEachDescendant( in findReferenceMutation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp245 REGISTER_MATCHER(forEachDescendant); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp999 forEachDescendant = {}; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3445 forEachDescendant;
3465 return eachOf(Matcher, forEachDescendant(Matcher)); in findAll()