| /freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | ObjCPropertyChecker.cpp | 30 void checkASTDecl(const ObjCPropertyDecl *D, AnalysisManager &Mgr, 35 void ObjCPropertyChecker::checkASTDecl(const ObjCPropertyDecl *D, in checkASTDecl() function in ObjCPropertyChecker
|
| HD | 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, 108 void CFErrorFunctionChecker::checkASTDecl(const FunctionDecl *D, in checkASTDecl() function in CFErrorFunctionChecker
|
| HD | ObjCMissingSuperCallChecker.cpp | 69 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr, 164 void ObjCSuperCallChecker::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl() function in ObjCSuperCallChecker
|
| HD | DirectIvarAssignment.cpp | 90 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, 116 void DirectIvarAssignment::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl() function in __anon93cc52cd0111::DirectIvarAssignment
|
| HD | DebugCheckers.cpp | 213 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() function in __anon9616ef160811::CallGraphViewer 237 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() function in __anon9616ef160911::CallGraphDumper
|
| HD | ErrnoModeling.cpp | 56 void checkASTDecl(const TranslationUnitDecl *D, AnalysisManager &Mgr, 76 void ErrnoModeling::checkASTDecl(const TranslationUnitDecl *D, in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|
| HD | CheckObjCInstMethSignature.cpp | 128 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anon326891410111::ObjCMethSigsChecker
|
| HD | CheckerDocumentation.cpp | 327 void checkASTDecl(const FunctionDecl *D, in checkASTDecl() function in clang::ento::CheckerDocumentation
|
| HD | ObjCUnusedIVarsChecker.cpp | 176 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anon7d1282f30111::ObjCUnusedIvarsChecker
|
| HD | UnixAPIChecker.cpp | 66 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager &Mgr, 137 void UnixAPIMisuseChecker::checkASTDecl(const TranslationUnitDecl *TU, in checkASTDecl() function in UnixAPIMisuseChecker
|
| HD | LLVMConventionsChecker.cpp | 300 void checkASTDecl(const CXXRecordDecl *R, AnalysisManager& mgr, in checkASTDecl() function in __anon739f31ad0311::LLVMConventionsChecker
|
| HD | PaddingChecker.cpp | 41 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anona56e60530111::PaddingChecker
|
| HD | CheckObjCDealloc.cpp | 119 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, 195 void ObjCDeallocChecker::checkASTDecl(const ObjCImplementationDecl *D, in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
|
| HD | IvarInvalidationChecker.cpp | 716 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, in checkASTDecl() function in __anon62066c100211::IvarInvalidationChecker
|
| HD | LocalizationChecker.cpp | 1062 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr, 1067 void EmptyLocalizationContextChecker::checkASTDecl( in checkASTDecl() function in EmptyLocalizationContextChecker
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| HD | UncountedLambdaCapturesChecker.cpp | 31 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anon09491a6e0111::UncountedLambdaCapturesChecker
|
| HD | NoUncountedMembersChecker.cpp | 41 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anond7e1534e0111::NoUncountedMemberChecker
|
| HD | UncountedCallArgsChecker.cpp | 39 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anon20a394af0111::UncountedCallArgsChecker
|
| HD | UncountedLocalVarsChecker.cpp | 115 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anon0d02488d0111::UncountedLocalVarsChecker
|
| HD | RefCntblBaseVirtualDtorChecker.cpp | 136 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anon6e72e4dc0111::RefCntblBaseVirtualDtorChecker
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| HD | Checker.h | 33 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR); in _checkDecl()
|