Searched refs:checkASTDecl (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | NSErrorChecker.cpp | 46 void checkASTDecl(const ObjCMethodDecl *D, 51 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
|
D | DebugCheckers.cpp | 115 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() function in __anon7a24f7250511::CallGraphViewer 135 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() function in __anon7a24f7250611::CallGraphDumper
|
D | CheckerDocumentation.cpp | 253 void checkASTDecl(const FunctionDecl *D, in checkASTDecl() function in ento::CheckerDocumentation
|
D | CheckObjCInstMethSignature.cpp | 137 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anon37c6f9b00111::ObjCMethSigsChecker
|
D | VirtualCallChecker.cpp | 215 void checkASTDecl(const CXXRecordDecl *RD, AnalysisManager& mgr, in checkASTDecl() function in __anon0e8d0d2e0211::VirtualCallChecker
|
D | ObjCUnusedIVarsChecker.cpp | 186 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anon62080be20111::ObjCUnusedIvarsChecker
|
D | CheckObjCDealloc.cpp | 280 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anon5bf940860111::ObjCDeallocChecker
|
D | LLVMConventionsChecker.cpp | 299 void checkASTDecl(const CXXRecordDecl *R, AnalysisManager& mgr, in checkASTDecl() function in __anon5894ba9c0311::LLVMConventionsChecker
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Checker.h | 37 ((const CHECKER *)checker)->checkASTDecl(llvm::cast<DECL>(D), mgr, BR); in _checkDecl()
|