Home
last modified time | relevance | path

Searched refs:MethodCrawler (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp97 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> { class in __anon47e17cb70111::IvarInvalidationCheckerImpl
144 MethodCrawler(IvarSet &InIVars, in MethodCrawler() function in __anon47e17cb70111::IvarInvalidationCheckerImpl::MethodCrawler
429 MethodCrawler(Ivars, in visit()
480 MethodCrawler(IvarsI, in visit()
562 void IvarInvalidationCheckerImpl::MethodCrawler::markInvalidated( in markInvalidated()
574 const Expr *IvarInvalidationCheckerImpl::MethodCrawler::peel(const Expr *E) const { in peel()
583 void IvarInvalidationCheckerImpl::MethodCrawler::checkObjCIvarRefExpr( in checkObjCIvarRefExpr()
589 void IvarInvalidationCheckerImpl::MethodCrawler::checkObjCMessageExpr( in checkObjCMessageExpr()
600 void IvarInvalidationCheckerImpl::MethodCrawler::checkObjCPropertyRefExpr( in checkObjCPropertyRefExpr()
626 bool IvarInvalidationCheckerImpl::MethodCrawler::isZero(const Expr *E) const { in isZero()
[all …]
H A DDirectIvarAssignment.cpp59 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> { class in __anonb45dccd40111::DirectIvarAssignment
68 MethodCrawler(const IvarToPropertyMapTy &InMap, const ObjCMethodDecl *InMD, in MethodCrawler() function in __anonb45dccd40111::DirectIvarAssignment::MethodCrawler
151 MethodCrawler MC(IvarToPropMap, M->getCanonicalDecl(), InterD, BR, this, in checkASTDecl()
165 void DirectIvarAssignment::MethodCrawler::VisitBinaryOperator( in VisitBinaryOperator()
H A DLocalizationChecker.cpp1029 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> { class in __anon79a03b4c0511::EmptyLocalizationContextChecker
1037 MethodCrawler(const ObjCMethodDecl *InMD, BugReporter &InBR, in MethodCrawler() function in __anon79a03b4c0511::EmptyLocalizationContextChecker::MethodCrawler
1075 MethodCrawler MC(M->getCanonicalDecl(), BR, this, Mgr, DCtx); in checkASTDecl()
1095 void EmptyLocalizationContextChecker::MethodCrawler::VisitObjCMessageExpr( in VisitObjCMessageExpr()
1174 void EmptyLocalizationContextChecker::MethodCrawler::reportEmptyContextError( in reportEmptyContextError()
1188 class MethodCrawler : public DynamicRecursiveASTVisitor { class in __anon79a03b4c0611::PluralMisuseChecker
1202 explicit MethodCrawler(BugReporter &InBR, const CheckerBase *Checker, in MethodCrawler() function in __anon79a03b4c0611::PluralMisuseChecker::MethodCrawler
1222 MethodCrawler Visitor(BR, this, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody()
1232 bool PluralMisuseChecker::MethodCrawler::isCheckingPlurality( in isCheckingPlurality()
1271 bool PluralMisuseChecker::MethodCrawler::VisitCallExpr(CallExpr *CE) { in VisitCallExpr()
[all …]