Searched refs:hasDescendant (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | RunLoopAutoreleaseLeakChecker.cpp | 163 hasDescendant(RunLoopRunM), in checkTempObjectsInSamePool() 164 hasDescendant(OtherMessageSentM)).bind(AutoreleasePoolBind); in checkTempObjectsInSamePool() 166 DeclarationMatcher GroupM = decl(hasDescendant(RunLoopInAutorelease)); in checkTempObjectsInSamePool() 184 hasDescendant(RunLoopRunM), in checkTempObjectsInNoPool() 185 hasDescendant(OtherMessageSentM) in checkTempObjectsInNoPool()
|
| HD | GCDAntipatternChecker.cpp | 99 varDecl(hasDescendant(SemaphoreCreateM)).bind(SemaphoreBinding)), in findGCDAntiPatternWithSemaphore() 107 auto ArgCallsSignalM = hasAnyArgument(stmt(hasDescendant(callExpr( in findGCDAntiPatternWithSemaphore() 141 varDecl(hasDescendant(DispatchGroupCreateM)).bind(GroupBinding)), in findGCDAntiPatternWithGroup() 153 auto ArgCallsSignalM = hasAnyArgument(stmt(hasDescendant(callExpr( in findGCDAntiPatternWithGroup()
|
| HD | NumberObjectConversionChecker.cpp | 303 hasDescendant(AnotherSuspiciousNumberObjectExprM))), in checkASTCodeBody() 305 hasDescendant(AnotherSuspiciousNumberObjectExprM))))) in checkASTCodeBody()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | LoopWidening.cpp | 72 findAll(stmt(hasDescendant( in getWidenedLoopState()
|
| HD | LoopUnrolling.cpp | 119 return declStmt(hasDescendant(varDecl( in assignedToRef() 134 return hasDescendant(stmt( in hasSuspiciousStmt()
|
| HD | RegionStore.cpp | 1073 StatementMatcher RefToStatic = stmt(hasDescendant(declRefExpr( in VisitCluster()
|
| HD | BugReporterVisitors.cpp | 626 StatementMatcher ParentM = stmt(hasDescendant(WriteIntoIvarM)); in potentiallyWritesIntoIvar()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/ |
| HD | ExprMutationAnalyzer.cpp | 160 return anyOf(Matcher, hasDescendant(Matcher)); in findFirst() 299 hasDescendant(equalsNode(Exp)))), in isUnevaluated() 421 parenListExpr(hasDescendant(expr(canResolveToExpr(Exp)))), in findDirectMutation()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| HD | UninitializedObjectChecker.cpp | 557 auto Accesses = match(stmt(hasDescendant(FieldAccessM)), *MethodBody, AC); in hasUnguardedAccess() 563 auto Guards = match(stmt(hasDescendant(GuardM)), *MethodBody, AC); in hasUnguardedAccess()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| HD | Registry.cpp | 313 REGISTER_MATCHER(hasDescendant); in RegistryMaps()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/ASTMatchers/ |
| HD | ASTMatchersInternal.cpp | 1022 hasDescendant = {}; variable
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| HD | ASTMatchers.h | 3497 hasDescendant;
|