Searched refs:MethodCrawler (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | IvarInvalidationChecker.cpp | 102 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> { class in __anon197013990111::IvarInvalidationCheckerImpl 149 MethodCrawler(IvarSet &InIVars, in MethodCrawler() function in __anon197013990111::IvarInvalidationCheckerImpl::MethodCrawler 442 MethodCrawler(Ivars, in visit() 496 MethodCrawler(IvarsI, in visit() 580 void IvarInvalidationCheckerImpl::MethodCrawler::markInvalidated( in markInvalidated() 593 const Expr *IvarInvalidationCheckerImpl::MethodCrawler::peel(const Expr *E) const { in peel() 602 void IvarInvalidationCheckerImpl::MethodCrawler::checkObjCIvarRefExpr( in checkObjCIvarRefExpr() 608 void IvarInvalidationCheckerImpl::MethodCrawler::checkObjCMessageExpr( in checkObjCMessageExpr() 619 void IvarInvalidationCheckerImpl::MethodCrawler::checkObjCPropertyRefExpr( in checkObjCPropertyRefExpr() 645 bool IvarInvalidationCheckerImpl::MethodCrawler::isZero(const Expr *E) const { in isZero() [all …]
|
D | DirectIvarAssignment.cpp | 61 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> { class in __anonbc0efef60111::DirectIvarAssignment 70 MethodCrawler(const IvarToPropertyMapTy &InMap, const ObjCMethodDecl *InMD, in MethodCrawler() function in __anonbc0efef60111::DirectIvarAssignment::MethodCrawler 151 MethodCrawler MC(IvarToPropMap, M->getCanonicalDecl(), InterD, BR, this, in checkASTDecl() 165 void DirectIvarAssignment::MethodCrawler::VisitBinaryOperator( in VisitBinaryOperator()
|
D | LocalizationChecker.cpp | 839 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> { class in __anon1502b12e0311::EmptyLocalizationContextChecker 847 MethodCrawler(const ObjCMethodDecl *InMD, BugReporter &InBR, in MethodCrawler() function in __anon1502b12e0311::EmptyLocalizationContextChecker::MethodCrawler 882 MethodCrawler MC(M->getCanonicalDecl(), BR, this, Mgr, DCtx); in checkASTDecl() 902 void EmptyLocalizationContextChecker::MethodCrawler::VisitObjCMessageExpr( in VisitObjCMessageExpr() 976 void EmptyLocalizationContextChecker::MethodCrawler::reportEmptyContextError( in reportEmptyContextError() 990 class MethodCrawler : public RecursiveASTVisitor<MethodCrawler> { class in __anon1502b12e0411::PluralMisuseChecker 1004 explicit MethodCrawler(BugReporter &InBR, const CheckerBase *Checker, in MethodCrawler() function in __anon1502b12e0411::PluralMisuseChecker::MethodCrawler 1024 MethodCrawler Visitor(BR, this, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody() 1034 bool PluralMisuseChecker::MethodCrawler::isCheckingPlurality( in isCheckingPlurality() 1073 bool PluralMisuseChecker::MethodCrawler::VisitCallExpr(const CallExpr *CE) { in VisitCallExpr() [all …]
|