| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCPropertyChecker.cpp | 30 void checkASTDecl(const ObjCPropertyDecl *D, AnalysisManager &Mgr, 35 void ObjCPropertyChecker::checkASTDecl(const ObjCPropertyDecl *D, in checkASTDecl() function in ObjCPropertyChecker
|
| H A D | NSErrorChecker.cpp | 46 void checkASTDecl(const ObjCMethodDecl *D, 51 void NSErrorMethodChecker::checkASTDecl(const ObjCMethodDecl *D, in checkASTDecl() function in NSErrorMethodChecker 93 void checkASTDecl(const FunctionDecl *D, 107 void CFErrorFunctionChecker::checkASTDecl(const FunctionDecl *D, in checkASTDecl() function in CFErrorFunctionChecker
|
| H A D | ObjCMissingSuperCallChecker.cpp | 69 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr, 166 void ObjCSuperCallChecker::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl() function in ObjCSuperCallChecker
|
| H A D | DirectIvarAssignment.cpp | 90 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, 116 void DirectIvarAssignment::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl() function in __anon78efd2040111::DirectIvarAssignment
|
| H A D | DebugCheckers.cpp | 213 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() function in __anond2ad2e2d0811::CallGraphViewer 237 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() function in __anond2ad2e2d0911::CallGraphDumper
|
| H A D | ErrnoModeling.cpp | 49 void checkASTDecl(const TranslationUnitDecl *D, AnalysisManager &Mgr, 117 void ErrnoModeling::checkASTDecl(const TranslationUnitDecl *D, in checkASTDecl() function in ErrnoModeling
|
| H A D | CheckObjCInstMethSignature.cpp | 128 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anond3b25db80111::ObjCMethSigsChecker
|
| H A D | CheckerDocumentation.cpp | 324 void checkASTDecl(const FunctionDecl *D, in checkASTDecl() function in clang::ento::CheckerDocumentation
|
| H A D | ObjCUnusedIVarsChecker.cpp | 178 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anon3912abea0111::ObjCUnusedIvarsChecker
|
| H A D | LLVMConventionsChecker.cpp | 300 void checkASTDecl(const CXXRecordDecl *R, AnalysisManager& mgr, in checkASTDecl() function in __anon2f9f5aa40311::LLVMConventionsChecker
|
| H A D | PaddingChecker.cpp | 41 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anon74cc824a0111::PaddingChecker
|
| H A D | CheckObjCDealloc.cpp | 113 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, 189 void ObjCDeallocChecker::checkASTDecl(const ObjCImplementationDecl *D, in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
|
| H A D | IvarInvalidationChecker.cpp | 730 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, in checkASTDecl() function in __anon9e0bb3e70211::IvarInvalidationChecker
|
| H A D | LocalizationChecker.cpp | 1067 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr, 1072 void EmptyLocalizationContextChecker::checkASTDecl( in checkASTDecl() function in EmptyLocalizationContextChecker
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | UncountedLambdaCapturesChecker.cpp | 30 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anon5a7bce850111::UncountedLambdaCapturesChecker
|
| H A D | NoUncountedMembersChecker.cpp | 41 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anonbca65d050111::NoUncountedMemberChecker
|
| H A D | RefCntblBaseVirtualDtorChecker.cpp | 34 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anonbfa598f30111::RefCntblBaseVirtualDtorChecker
|
| H A D | UncountedCallArgsChecker.cpp | 37 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anone982c3860111::UncountedCallArgsChecker
|
| H A D | UncountedLocalVarsChecker.cpp | 137 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anonf1c752440111::UncountedLocalVarsChecker
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 33 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR); in _checkDecl()
|