Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp98 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> { class in __anoncf4b21020111::IvarInvalidationCheckerImpl
145 MethodCrawler(IvarSet &InIVars, in MethodCrawler() function in __anoncf4b21020111::IvarInvalidationCheckerImpl::MethodCrawler
439 MethodCrawler(Ivars, in visit()
493 MethodCrawler(IvarsI, in visit()
577 void IvarInvalidationCheckerImpl::MethodCrawler::markInvalidated( in markInvalidated()
589 const Expr *IvarInvalidationCheckerImpl::MethodCrawler::peel(const Expr *E) const { in peel()
598 void IvarInvalidationCheckerImpl::MethodCrawler::checkObjCIvarRefExpr( in checkObjCIvarRefExpr()
604 void IvarInvalidationCheckerImpl::MethodCrawler::checkObjCMessageExpr( in checkObjCMessageExpr()
615 void IvarInvalidationCheckerImpl::MethodCrawler::checkObjCPropertyRefExpr( in checkObjCPropertyRefExpr()
641 bool IvarInvalidationCheckerImpl::MethodCrawler::isZero(const Expr *E) const { in isZero()
[all …]
H A DDirectIvarAssignment.cpp59 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> { class in __anonde69dcff0111::DirectIvarAssignment
68 MethodCrawler(const IvarToPropertyMapTy &InMap, const ObjCMethodDecl *InMD, in MethodCrawler() function in __anonde69dcff0111::DirectIvarAssignment::MethodCrawler
151 MethodCrawler MC(IvarToPropMap, M->getCanonicalDecl(), InterD, BR, this, in checkASTDecl()
165 void DirectIvarAssignment::MethodCrawler::VisitBinaryOperator( in VisitBinaryOperator()
H A DLocalizationChecker.cpp1039 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> { class in __anonf70572170511::EmptyLocalizationContextChecker
1047 MethodCrawler(const ObjCMethodDecl *InMD, BugReporter &InBR, in MethodCrawler() function in __anonf70572170511::EmptyLocalizationContextChecker::MethodCrawler
1085 MethodCrawler MC(M->getCanonicalDecl(), BR, this, Mgr, DCtx); in checkASTDecl()
1105 void EmptyLocalizationContextChecker::MethodCrawler::VisitObjCMessageExpr( in VisitObjCMessageExpr()
1185 void EmptyLocalizationContextChecker::MethodCrawler::reportEmptyContextError( in reportEmptyContextError()
1199 class MethodCrawler : public RecursiveASTVisitor<MethodCrawler> { class in __anonf70572170611::PluralMisuseChecker
1213 explicit MethodCrawler(BugReporter &InBR, const CheckerBase *Checker, in MethodCrawler() function in __anonf70572170611::PluralMisuseChecker::MethodCrawler
1233 MethodCrawler Visitor(BR, this, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody()
1243 bool PluralMisuseChecker::MethodCrawler::isCheckingPlurality( in isCheckingPlurality()
1282 bool PluralMisuseChecker::MethodCrawler::VisitCallExpr(const CallExpr *CE) { in VisitCallExpr()
[all …]