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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DRunLoopAutoreleaseLeakChecker.cpp163 hasDescendant(RunLoopRunM),
164 hasDescendant(OtherMessageSentM)).bind(AutoreleasePoolBind);
166 DeclarationMatcher GroupM = decl(hasDescendant(RunLoopInAutorelease));
184 hasDescendant(RunLoopRunM),
185 hasDescendant(OtherMessageSentM)
H A DGCDAntipatternChecker.cpp101 varDecl(hasDescendant(SemaphoreCreateM)).bind(SemaphoreBinding)),
109 auto ArgCallsSignalM = hasAnyArgument(stmt(hasDescendant(callExpr(
143 varDecl(hasDescendant(DispatchGroupCreateM)).bind(GroupBinding)),
155 auto ArgCallsSignalM = hasAnyArgument(stmt(hasDescendant(callExpr(
H A DNumberObjectConversionChecker.cpp304 hasDescendant(AnotherSuspiciousNumberObjectExprM))),
306 hasDescendant(AnotherSuspiciousNumberObjectExprM)))))
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp70 auto Matches = match(findAll(stmt(hasDescendant(varDecl(hasType(referenceType())).bind(MatchRef)))),
H A DLoopUnrolling.cpp113 return declStmt(hasDescendant(varDecl(
128 return hasDescendant(stmt(
H A DBugReporterVisitors.cpp446 StatementMatcher ParentM = stmt(hasDescendant(WriteIntoIvarM));
H A DRegionStore.cpp1092 StatementMatcher RefToStatic = stmt(hasDescendant(declRefExpr(
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp565 auto Accesses = match(stmt(hasDescendant(FieldAccessM)), *MethodBody, AC);
571 auto Guards = match(stmt(hasDescendant(GuardM)), *MethodBody, AC);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp177 hasDescendant(equalsNode(Exp)))),
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp841 hasDescendant = {}; member in namespace:clang
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp268 REGISTER_MATCHER(hasDescendant);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1066 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next"))))))))
2916 /// (matcher = cxxRecordDecl(hasDescendant(cxxRecordDecl(hasName("X")))))
2928 hasDescendant;
2965 /// As opposed to 'hasDescendant', 'forEachDescendant' will cause a match for

Completed in 213 milliseconds