| /freebsd/contrib/llvm-project/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, 108 void CFErrorFunctionChecker::checkASTDecl(const FunctionDecl *D, in checkASTDecl() function in CFErrorFunctionChecker
|
| H A D | MmapWriteExecChecker.cpp | 42 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager &Mgr, 48 void MmapWriteExecChecker::checkASTDecl(const TranslationUnitDecl *TU, in checkASTDecl() function in MmapWriteExecChecker
|
| H A D | ObjCMissingSuperCallChecker.cpp | 68 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr, 163 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 __anonb45dccd40111::DirectIvarAssignment
|
| H A D | ErrnoModeling.cpp | 54 void checkASTDecl(const TranslationUnitDecl *D, AnalysisManager &Mgr, 74 void ErrnoModeling::checkASTDecl(const TranslationUnitDecl *D, in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|
| H A D | CheckObjCInstMethSignature.cpp | 128 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anon178534880111::ObjCMethSigsChecker
|
| H A D | CheckerDocumentation.cpp | 363 void checkASTDecl(const FunctionDecl *D, in checkASTDecl() function in clang::ento::CheckerDocumentation
|
| H A D | ObjCUnusedIVarsChecker.cpp | 175 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anon07ea9aba0111::ObjCUnusedIvarsChecker
|
| H A D | LLVMConventionsChecker.cpp | 300 void checkASTDecl(const CXXRecordDecl *R, AnalysisManager& mgr, in checkASTDecl() function in __anonfe7749740311::LLVMConventionsChecker
|
| H A D | PaddingChecker.cpp | 38 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anon6b4aa11a0111::PaddingChecker
|
| H A D | CheckObjCDealloc.cpp | 119 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, 195 void ObjCDeallocChecker::checkASTDecl(const ObjCImplementationDecl *D, in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
|
| H A D | UnixAPIChecker.cpp | 79 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager &Mgr,
|
| H A D | IvarInvalidationChecker.cpp | 715 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, in checkASTDecl() function in __anon47e17cb70211::IvarInvalidationChecker
|
| H A D | LocalizationChecker.cpp | 1057 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr, 1062 void EmptyLocalizationContextChecker::checkASTDecl( in checkASTDecl() function in EmptyLocalizationContextChecker
|
| H A D | StreamChecker.cpp | 279 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager &, 2123 void StreamChecker::checkASTDecl(const TranslationUnitDecl *TU, in checkASTDecl() function in StreamChecker
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | ForwardDeclChecker.cpp | 40 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anonae48f2c50111::ForwardDeclChecker
|
| H A D | RawPtrRefMemberChecker.cpp | 45 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anonc7fb0b0d0111::RawPtrRefMemberChecker
|
| H A D | RefCntblBaseVirtualDtorChecker.cpp | 169 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anonf2028dc30111::RefCntblBaseVirtualDtorChecker
|
| H A D | RawPtrRefLocalVarsChecker.cpp | 185 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anon4bbed29c0111::RawPtrRefLocalVarsChecker
|
| H A D | RawPtrRefCallArgsChecker.cpp | 51 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anon77df98de0111::RawPtrRefCallArgsChecker
|
| H A D | RawPtrRefLambdaCapturesChecker.cpp | 41 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anone86945dd0111::RawPtrRefLambdaCapturesChecker
|
| H A D | RetainPtrCtorAdoptChecker.cpp | 41 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anon71c0f1610111::RetainPtrCtorAdoptChecker
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 33 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR); in _checkDecl()
|