/external/clang/lib/StaticAnalyzer/Checkers/ |
D | NSErrorChecker.cpp | 47 void checkASTDecl(const ObjCMethodDecl *D, 52 void NSErrorMethodChecker::checkASTDecl(const ObjCMethodDecl *D, in checkASTDecl() function in NSErrorMethodChecker 94 void checkASTDecl(const FunctionDecl *D, 99 void CFErrorFunctionChecker::checkASTDecl(const FunctionDecl *D, in checkASTDecl() function in CFErrorFunctionChecker
|
D | ObjCMissingSuperCallChecker.cpp | 70 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr, 166 void ObjCSuperCallChecker::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl() function in ObjCSuperCallChecker
|
D | DirectIvarAssignment.cpp | 91 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, 117 void DirectIvarAssignment::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl() function in __anon711b9a950111::DirectIvarAssignment
|
D | DebugCheckers.cpp | 125 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() function in __anonf79ee7de0511::CallGraphViewer 145 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() function in __anonf79ee7de0611::CallGraphDumper
|
D | CheckObjCInstMethSignature.cpp | 131 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anon19508f090111::ObjCMethSigsChecker
|
D | CheckerDocumentation.cpp | 315 void checkASTDecl(const FunctionDecl *D, in checkASTDecl() function in clang::ento::CheckerDocumentation
|
D | ObjCUnusedIVarsChecker.cpp | 179 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anoneb52dcbb0111::ObjCUnusedIvarsChecker
|
D | VirtualCallChecker.cpp | 221 void checkASTDecl(const CXXRecordDecl *RD, AnalysisManager& mgr, in checkASTDecl() function in __anon654759870211::VirtualCallChecker
|
D | PaddingChecker.cpp | 40 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anon37f5721b0111::PaddingChecker
|
D | LLVMConventionsChecker.cpp | 302 void checkASTDecl(const CXXRecordDecl *R, AnalysisManager& mgr, in checkASTDecl() function in __anone1df8b750311::LLVMConventionsChecker
|
D | CheckObjCDealloc.cpp | 113 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, 196 void ObjCDeallocChecker::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl() function in ObjCDeallocChecker
|
D | LocalizationChecker.cpp | 966 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr, 971 void EmptyLocalizationContextChecker::checkASTDecl( in checkASTDecl() function in EmptyLocalizationContextChecker
|
D | IvarInvalidationChecker.cpp | 731 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, in checkASTDecl() function in __anon9851fed80211::IvarInvalidationChecker
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Checker.h | 33 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR); in _checkDecl()
|