Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DNSErrorChecker.cpp47 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
DObjCMissingSuperCallChecker.cpp72 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr,
168 void ObjCSuperCallChecker::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl() function in ObjCSuperCallChecker
DDebugCheckers.cpp117 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
DDirectIvarAssignment.cpp90 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr,
116 void DirectIvarAssignment::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl() function in __anon5f756efe0111::DirectIvarAssignment
DCheckerDocumentation.cpp300 void checkASTDecl(const FunctionDecl *D, in checkASTDecl() function in clang::ento::CheckerDocumentation
DCheckObjCInstMethSignature.cpp136 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anon735c4e320111::ObjCMethSigsChecker
DVirtualCallChecker.cpp216 void checkASTDecl(const CXXRecordDecl *RD, AnalysisManager& mgr, in checkASTDecl() function in __anon7f1effb00211::VirtualCallChecker
DObjCUnusedIVarsChecker.cpp188 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anond7736f640111::ObjCUnusedIvarsChecker
DCheckObjCDealloc.cpp281 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anoncb08aa880111::ObjCDeallocChecker
DLLVMConventionsChecker.cpp300 void checkASTDecl(const CXXRecordDecl *R, AnalysisManager& mgr, in checkASTDecl() function in __anonce001e1e0311::LLVMConventionsChecker
DIvarInvalidationChecker.cpp745 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, in checkASTDecl() function in __anon0884e6a10211::IvarInvalidationChecker
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
DChecker.h37 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR); in _checkDecl()