Searched refs:MethodCrawler (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DirectIvarAssignment.cpp | 59 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> { class in __anonb45dccd40111::DirectIvarAssignment 68 MethodCrawler(const IvarToPropertyMapTy &InMap, const ObjCMethodDecl *InMD, in MethodCrawler() function in __anonb45dccd40111::DirectIvarAssignment::MethodCrawler 151 MethodCrawler MC(IvarToPropMap, M->getCanonicalDecl(), InterD, BR, this, in checkASTDecl() 165 void DirectIvarAssignment::MethodCrawler::VisitBinaryOperator( in VisitBinaryOperator()
|
H A D | LocalizationChecker.cpp | 1034 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> { class in __anon79a03b4c0511::EmptyLocalizationContextChecker 1042 MethodCrawler(const ObjCMethodDecl *InMD, BugReporter &InBR, in MethodCrawler() function in __anon79a03b4c0511::EmptyLocalizationContextChecker::MethodCrawler 1080 MethodCrawler MC(M->getCanonicalDecl(), BR, this, Mgr, DCtx); in checkASTDecl() 1100 void EmptyLocalizationContextChecker::MethodCrawler::VisitObjCMessageExpr( in VisitObjCMessageExpr() 1180 void EmptyLocalizationContextChecker::MethodCrawler::reportEmptyContextError( in reportEmptyContextError() 1194 class MethodCrawler : public RecursiveASTVisitor<MethodCrawler> { class in __anon79a03b4c0611::PluralMisuseChecker 1208 explicit MethodCrawler(BugReporter &InBR, const CheckerBase *Checker, in MethodCrawler() function in __anon79a03b4c0611::PluralMisuseChecker::MethodCrawler 1228 MethodCrawler Visitor(BR, this, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody() 1238 bool PluralMisuseChecker::MethodCrawler::isCheckingPlurality( in isCheckingPlurality() 1277 bool PluralMisuseChecker::MethodCrawler::VisitCallExpr(const CallExpr *CE) { in VisitCallExpr() [all …]
|