| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A 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
|
| H A D | ObjCPropertyChecker.cpp | 31 void checkASTDecl(const ObjCPropertyDecl *D, AnalysisManager &Mgr, 36 void ObjCPropertyChecker::checkASTDecl(const ObjCPropertyDecl *D, in checkASTDecl() function in ObjCPropertyChecker
|
| H A D | ObjCMissingSuperCallChecker.cpp | 70 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr, 166 void ObjCSuperCallChecker::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl() function in ObjCSuperCallChecker
|
| H A D | DirectIvarAssignment.cpp | 91 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, 117 void DirectIvarAssignment::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl() function in __anonb2ab69830111::DirectIvarAssignment
|
| H A D | DebugCheckers.cpp | 143 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() function in __anonbe95c68c0611::CallGraphViewer 163 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() function in __anonbe95c68c0711::CallGraphDumper
|
| H A D | CheckObjCInstMethSignature.cpp | 131 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anonf7a758770111::ObjCMethSigsChecker
|
| H A D | CheckerDocumentation.cpp | 325 void checkASTDecl(const FunctionDecl *D, in checkASTDecl() function in clang::ento::CheckerDocumentation
|
| H A D | ObjCUnusedIVarsChecker.cpp | 179 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anond0121f290111::ObjCUnusedIvarsChecker
|
| H A D | LLVMConventionsChecker.cpp | 301 void checkASTDecl(const CXXRecordDecl *R, AnalysisManager& mgr, in checkASTDecl() function in __anonc69ecde30311::LLVMConventionsChecker
|
| H A D | PaddingChecker.cpp | 40 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anonddc826890111::PaddingChecker
|
| H A D | CheckObjCDealloc.cpp | 114 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, 190 void ObjCDeallocChecker::checkASTDecl(const ObjCImplementationDecl *D, in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
|
| H A D | IvarInvalidationChecker.cpp | 731 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, in checkASTDecl() function in __anon14f98f060211::IvarInvalidationChecker
|
| H A D | LocalizationChecker.cpp | 1069 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr, 1074 void EmptyLocalizationContextChecker::checkASTDecl( in checkASTDecl() function in EmptyLocalizationContextChecker
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 33 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR); in _checkDecl()
|