| /freebsd-9-stable/contrib/llvm/tools/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 95 void checkASTDecl(const FunctionDecl *D, 100 void CFErrorFunctionChecker::checkASTDecl(const FunctionDecl *D, in checkASTDecl() function in CFErrorFunctionChecker
|
| D | ObjCMissingSuperCallChecker.cpp | 72 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr, 168 void ObjCSuperCallChecker::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl() function in ObjCSuperCallChecker
|
| D | DebugCheckers.cpp | 117 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() function in __anonb132d0670511::CallGraphViewer 137 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() function in __anonb132d0670611::CallGraphDumper
|
| D | DirectIvarAssignment.cpp | 90 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, 116 void DirectIvarAssignment::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl() function in __anon5f756efe0111::DirectIvarAssignment
|
| D | CheckerDocumentation.cpp | 300 void checkASTDecl(const FunctionDecl *D, in checkASTDecl() function in clang::ento::CheckerDocumentation
|
| D | CheckObjCInstMethSignature.cpp | 136 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anon735c4e320111::ObjCMethSigsChecker
|
| D | VirtualCallChecker.cpp | 216 void checkASTDecl(const CXXRecordDecl *RD, AnalysisManager& mgr, in checkASTDecl() function in __anon7f1effb00211::VirtualCallChecker
|
| D | ObjCUnusedIVarsChecker.cpp | 188 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anond7736f640111::ObjCUnusedIvarsChecker
|
| D | CheckObjCDealloc.cpp | 281 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anoncb08aa880111::ObjCDeallocChecker
|
| D | LLVMConventionsChecker.cpp | 300 void checkASTDecl(const CXXRecordDecl *R, AnalysisManager& mgr, in checkASTDecl() function in __anonce001e1e0311::LLVMConventionsChecker
|
| D | IvarInvalidationChecker.cpp | 745 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, in checkASTDecl() function in __anon0884e6a10211::IvarInvalidationChecker
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| D | Checker.h | 37 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR); in _checkDecl()
|