Searched refs:MethodCrawler (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | IvarInvalidationChecker.cpp | 99 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> { class in __anon197013990111::IvarInvalidationCheckerImpl 146 MethodCrawler(IvarSet &InIVars, in MethodCrawler() function in __anon197013990111::IvarInvalidationCheckerImpl::MethodCrawler 440 MethodCrawler(Ivars, in visit() 494 MethodCrawler(IvarsI, in visit() 578 void IvarInvalidationCheckerImpl::MethodCrawler::markInvalidated( in markInvalidated() 590 const Expr *IvarInvalidationCheckerImpl::MethodCrawler::peel(const Expr *E) const { in peel() 599 void IvarInvalidationCheckerImpl::MethodCrawler::checkObjCIvarRefExpr( in checkObjCIvarRefExpr() 605 void IvarInvalidationCheckerImpl::MethodCrawler::checkObjCMessageExpr( in checkObjCMessageExpr() 616 void IvarInvalidationCheckerImpl::MethodCrawler::checkObjCPropertyRefExpr( in checkObjCPropertyRefExpr() 642 bool IvarInvalidationCheckerImpl::MethodCrawler::isZero(const Expr *E) const { in isZero() [all …]
|
D | DirectIvarAssignment.cpp | 60 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> { class in __anonbc0efef60111::DirectIvarAssignment 69 MethodCrawler(const IvarToPropertyMapTy &InMap, const ObjCMethodDecl *InMD, in MethodCrawler() function in __anonbc0efef60111::DirectIvarAssignment::MethodCrawler 150 MethodCrawler MC(IvarToPropMap, M->getCanonicalDecl(), InterD, BR, this, in checkASTDecl() 164 void DirectIvarAssignment::MethodCrawler::VisitBinaryOperator( in VisitBinaryOperator()
|
D | LocalizationChecker.cpp | 938 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> { class in __anon1502b12e0411::EmptyLocalizationContextChecker 946 MethodCrawler(const ObjCMethodDecl *InMD, BugReporter &InBR, in MethodCrawler() function in __anon1502b12e0411::EmptyLocalizationContextChecker::MethodCrawler 981 MethodCrawler MC(M->getCanonicalDecl(), BR, this, Mgr, DCtx); in checkASTDecl() 1001 void EmptyLocalizationContextChecker::MethodCrawler::VisitObjCMessageExpr( in VisitObjCMessageExpr() 1075 void EmptyLocalizationContextChecker::MethodCrawler::reportEmptyContextError( in reportEmptyContextError() 1089 class MethodCrawler : public RecursiveASTVisitor<MethodCrawler> { class in __anon1502b12e0511::PluralMisuseChecker 1103 explicit MethodCrawler(BugReporter &InBR, const CheckerBase *Checker, in MethodCrawler() function in __anon1502b12e0511::PluralMisuseChecker::MethodCrawler 1123 MethodCrawler Visitor(BR, this, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody() 1133 bool PluralMisuseChecker::MethodCrawler::isCheckingPlurality( in isCheckingPlurality() 1172 bool PluralMisuseChecker::MethodCrawler::VisitCallExpr(const CallExpr *CE) { in VisitCallExpr() [all …]
|