Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp98 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> { class in __anona1c65f6d0111::IvarInvalidationCheckerImpl
145 MethodCrawler(IvarSet &InIVars, in MethodCrawler() function in __anona1c65f6d0111::IvarInvalidationCheckerImpl::MethodCrawler
430 MethodCrawler(Ivars, in visit()
481 MethodCrawler(IvarsI, in visit()
563 void IvarInvalidationCheckerImpl::MethodCrawler::markInvalidated( in markInvalidated()
584 void IvarInvalidationCheckerImpl::MethodCrawler::checkObjCIvarRefExpr( in checkObjCIvarRefExpr()
590 void IvarInvalidationCheckerImpl::MethodCrawler::checkObjCMessageExpr( in checkObjCMessageExpr()
601 void IvarInvalidationCheckerImpl::MethodCrawler::checkObjCPropertyRefExpr( in checkObjCPropertyRefExpr()
634 void IvarInvalidationCheckerImpl::MethodCrawler::check(const Expr *E) { in check()
653 void IvarInvalidationCheckerImpl::MethodCrawler::VisitBinaryOperator( in VisitBinaryOperator()
[all …]
H A DDirectIvarAssignment.cpp59 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> { class in __anon0ec0bb4a0111::DirectIvarAssignment
68 MethodCrawler(const IvarToPropertyMapTy &InMap, const ObjCMethodDecl *InMD, in MethodCrawler() function in __anon0ec0bb4a0111::DirectIvarAssignment::MethodCrawler
151 MethodCrawler MC(IvarToPropMap, M->getCanonicalDecl(), InterD, BR, this, in checkASTDecl()
165 void DirectIvarAssignment::MethodCrawler::VisitBinaryOperator( in VisitBinaryOperator()
H A DLocalizationChecker.cpp1034 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> { class in __anon178433020511::EmptyLocalizationContextChecker
1042 MethodCrawler(const ObjCMethodDecl *InMD, BugReporter &InBR, in MethodCrawler() function in __anon178433020511::EmptyLocalizationContextChecker::MethodCrawler
1080 MethodCrawler MC(M->getCanonicalDecl(), BR, this, Mgr, DCtx); in checkASTDecl()
1194 class MethodCrawler : public RecursiveASTVisitor<MethodCrawler> { class in __anon178433020611::PluralMisuseChecker
1228 MethodCrawler Visitor(BR, this, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody()
1238 bool PluralMisuseChecker::MethodCrawler::isCheckingPlurality( in isCheckingPlurality()
1298 bool PluralMisuseChecker::MethodCrawler::VisitObjCMessageExpr( in VisitObjCMessageExpr()
1316 bool PluralMisuseChecker::MethodCrawler::TraverseIfStmt(IfStmt *I) { in TraverseIfStmt()
1317 RecursiveASTVisitor<MethodCrawler>::TraverseIfStmt(I); in TraverseIfStmt()
1368 bool PluralMisuseChecker::MethodCrawler::VisitConditionalOperator( in VisitConditionalOperator()
[all …]