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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp61 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> { class in class:__anon1662::DirectIvarAssignment
70 MethodCrawler(const IvarToPropertyMapTy &InMap, const ObjCMethodDecl *InMD, function in class:__anon1662::DirectIvarAssignment::MethodCrawler
151 MethodCrawler MC(IvarToPropMap, M->getCanonicalDecl(), InterD, BR, this,
165 void DirectIvarAssignment::MethodCrawler::VisitBinaryOperator(
H A DIvarInvalidationChecker.cpp102 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> { class in class:__anon1671::IvarInvalidationCheckerImpl
149 MethodCrawler(IvarSet &InIVars, function in class:__anon1671::IvarInvalidationCheckerImpl::MethodCrawler
442 MethodCrawler(Ivars,
496 MethodCrawler(IvarsI,
580 void IvarInvalidationCheckerImpl::MethodCrawler::markInvalidated(
593 const Expr *IvarInvalidationCheckerImpl::MethodCrawler::peel(const Expr *E) const {
602 void IvarInvalidationCheckerImpl::MethodCrawler::checkObjCIvarRefExpr(
608 void IvarInvalidationCheckerImpl::MethodCrawler::checkObjCMessageExpr(
619 void IvarInvalidationCheckerImpl::MethodCrawler
[all...]
H A DLocalizationChecker.cpp839 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> {
847 MethodCrawler(const ObjCMethodDecl *InMD, BugReporter &InBR,
882 MethodCrawler MC(M->getCanonicalDecl(), BR, this, Mgr, DCtx);
902 void EmptyLocalizationContextChecker::MethodCrawler::VisitObjCMessageExpr(
976 void EmptyLocalizationContextChecker::MethodCrawler::reportEmptyContextError(
990 class MethodCrawler : public RecursiveASTVisitor<MethodCrawler> {
1004 explicit MethodCrawler(BugReporter &InBR, const CheckerBase *Checker,
1024 MethodCrawler Visito
[all...]

Completed in 88 milliseconds