Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DNSErrorChecker.cpp46 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
DDebugCheckers.cpp115 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
DCheckerDocumentation.cpp253 void checkASTDecl(const FunctionDecl *D, in checkASTDecl() function in ento::CheckerDocumentation
DCheckObjCInstMethSignature.cpp137 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anon37c6f9b00111::ObjCMethSigsChecker
DVirtualCallChecker.cpp215 void checkASTDecl(const CXXRecordDecl *RD, AnalysisManager& mgr, in checkASTDecl() function in __anon0e8d0d2e0211::VirtualCallChecker
DObjCUnusedIVarsChecker.cpp186 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anon62080be20111::ObjCUnusedIvarsChecker
DCheckObjCDealloc.cpp280 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anon5bf940860111::ObjCDeallocChecker
DLLVMConventionsChecker.cpp299 void checkASTDecl(const CXXRecordDecl *R, AnalysisManager& mgr, in checkASTDecl() function in __anon5894ba9c0311::LLVMConventionsChecker
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h37 ((const CHECKER *)checker)->checkASTDecl(llvm::cast<DECL>(D), mgr, BR); in _checkDecl()