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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp47 void checkASTDecl(const ObjCMethodDecl *D,
52 void NSErrorMethodChecker::checkASTDecl(const ObjCMethodDecl *D, function in class:NSErrorMethodChecker
94 void checkASTDecl(const FunctionDecl *D,
99 void CFErrorFunctionChecker::checkASTDecl(const FunctionDecl *D, function in class:CFErrorFunctionChecker
H A DDebugCheckers.cpp122 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, function in class:__anon18182::CallGraphViewer
142 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, function in class:__anon18183::CallGraphDumper
H A DDirectIvarAssignment.cpp92 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr,
118 void DirectIvarAssignment::checkASTDecl(const ObjCImplementationDecl *D, function in class:__anon18187::DirectIvarAssignment
H A DObjCMissingSuperCallChecker.cpp72 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr,
168 void ObjCSuperCallChecker::checkASTDecl(const ObjCImplementationDecl *D, function in class:ObjCSuperCallChecker
H A DCheckObjCInstMethSignature.cpp131 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, function in class:__anon18167::ObjCMethSigsChecker
H A DCheckerDocumentation.cpp300 void checkASTDecl(const FunctionDecl *D, function in class:clang::ento::CheckerDocumentation
H A DObjCUnusedIVarsChecker.cpp179 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, function in class:__anon18222::ObjCUnusedIvarsChecker
H A DVirtualCallChecker.cpp214 void checkASTDecl(const CXXRecordDecl *RD, AnalysisManager& mgr, function in class:__anon18253::VirtualCallChecker
H A DCheckObjCDealloc.cpp275 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, function in class:__anon18166::ObjCDeallocChecker
H A DLLVMConventionsChecker.cpp304 void checkASTDecl(const CXXRecordDecl *R, AnalysisManager& mgr, function in class:__anon18199::LLVMConventionsChecker
H A DIvarInvalidationChecker.cpp735 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, function in class:__anon18196::IvarInvalidationChecker
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h37 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR);

Completed in 2729 milliseconds