Home
last modified time | relevance | path

Searched refs:checkASTDecl (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DNSErrorChecker.cpp47 void checkASTDecl(const ObjCMethodDecl *D,
52 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
DObjCMissingSuperCallChecker.cpp70 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr,
166 void ObjCSuperCallChecker::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl() function in ObjCSuperCallChecker
DDirectIvarAssignment.cpp92 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr,
118 void DirectIvarAssignment::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl() function in __anonbc0efef60111::DirectIvarAssignment
DDebugCheckers.cpp125 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() function in __anon0ebae75f0511::CallGraphViewer
145 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() function in __anon0ebae75f0611::CallGraphDumper
DCheckObjCInstMethSignature.cpp131 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anon790ff82a0111::ObjCMethSigsChecker
DCheckerDocumentation.cpp310 void checkASTDecl(const FunctionDecl *D, in checkASTDecl() function in clang::ento::CheckerDocumentation
DObjCUnusedIVarsChecker.cpp179 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anonc0b0dd5c0111::ObjCUnusedIvarsChecker
DVirtualCallChecker.cpp221 void checkASTDecl(const CXXRecordDecl *RD, AnalysisManager& mgr, in checkASTDecl() function in __anon25a431a80211::VirtualCallChecker
DCheckObjCDealloc.cpp236 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anona828fe800111::ObjCDeallocChecker
DPaddingChecker.cpp40 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anon329161bc0111::PaddingChecker
DLLVMConventionsChecker.cpp302 void checkASTDecl(const CXXRecordDecl *R, AnalysisManager& mgr, in checkASTDecl() function in __anonb73d8c160311::LLVMConventionsChecker
DLocalizationChecker.cpp867 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr,
872 void EmptyLocalizationContextChecker::checkASTDecl( in checkASTDecl() function in EmptyLocalizationContextChecker
DIvarInvalidationChecker.cpp735 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, in checkASTDecl() function in __anon197013990211::IvarInvalidationChecker
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h33 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR); in _checkDecl()