Home
last modified time | relevance | path

Searched refs:hasDescendant (Results 1 – 12 of 12) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDRunLoopAutoreleaseLeakChecker.cpp163 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()
HDGCDAntipatternChecker.cpp99 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()
HDNumberObjectConversionChecker.cpp303 hasDescendant(AnotherSuspiciousNumberObjectExprM))), in checkASTCodeBody()
305 hasDescendant(AnotherSuspiciousNumberObjectExprM))))) in checkASTCodeBody()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDLoopWidening.cpp72 findAll(stmt(hasDescendant( in getWidenedLoopState()
HDLoopUnrolling.cpp119 return declStmt(hasDescendant(varDecl( in assignedToRef()
134 return hasDescendant(stmt( in hasSuspiciousStmt()
HDRegionStore.cpp1073 StatementMatcher RefToStatic = stmt(hasDescendant(declRefExpr( in VisitCluster()
HDBugReporterVisitors.cpp626 StatementMatcher ParentM = stmt(hasDescendant(WriteIntoIvarM)); in potentiallyWritesIntoIvar()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDExprMutationAnalyzer.cpp160 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/
HDUninitializedObjectChecker.cpp557 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/
HDRegistry.cpp313 REGISTER_MATCHER(hasDescendant); in RegistryMaps()
/freebsd-14-stable/contrib/llvm-project/clang/lib/ASTMatchers/
HDASTMatchersInternal.cpp1022 hasDescendant = {}; variable
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h3497 hasDescendant;