Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp46 void checkASTDecl(const ObjCMethodDecl *D,
51 void NSErrorMethodChecker::checkASTDecl(const ObjCMethodDecl *D, in checkASTDecl() function in NSErrorMethodChecker
93 void checkASTDecl(const FunctionDecl *D,
107 void CFErrorFunctionChecker::checkASTDecl(const FunctionDecl *D, in checkASTDecl() function in CFErrorFunctionChecker
H A DObjCPropertyChecker.cpp30 void checkASTDecl(const ObjCPropertyDecl *D, AnalysisManager &Mgr,
35 void ObjCPropertyChecker::checkASTDecl(const ObjCPropertyDecl *D, in checkASTDecl() function in ObjCPropertyChecker
H A DObjCMissingSuperCallChecker.cpp69 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr,
166 void ObjCSuperCallChecker::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl() function in ObjCSuperCallChecker
H A DDirectIvarAssignment.cpp90 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr,
116 void DirectIvarAssignment::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl() function in __anonde69dcff0111::DirectIvarAssignment
H A DDebugCheckers.cpp213 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() function in __anon2f5d6d880811::CallGraphViewer
237 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() function in __anon2f5d6d880911::CallGraphDumper
H A DCheckObjCInstMethSignature.cpp130 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anon2c6578f30111::ObjCMethSigsChecker
H A DCheckerDocumentation.cpp324 void checkASTDecl(const FunctionDecl *D, in checkASTDecl() function in clang::ento::CheckerDocumentation
H A DObjCUnusedIVarsChecker.cpp178 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anone53b61a50111::ObjCUnusedIvarsChecker
H A DLLVMConventionsChecker.cpp300 void checkASTDecl(const CXXRecordDecl *R, AnalysisManager& mgr, in checkASTDecl() function in __anondbc8105f0311::LLVMConventionsChecker
H A DPaddingChecker.cpp41 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anon6784ad050111::PaddingChecker
H A DCheckObjCDealloc.cpp113 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr,
189 void ObjCDeallocChecker::checkASTDecl(const ObjCImplementationDecl *D, in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
H A DIvarInvalidationChecker.cpp730 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, in checkASTDecl() function in __anoncf4b21020211::IvarInvalidationChecker
H A DLocalizationChecker.cpp1067 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr,
1072 void EmptyLocalizationContextChecker::checkASTDecl( in checkASTDecl() function in EmptyLocalizationContextChecker
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp30 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anonf03e8ee00111::UncountedLambdaCapturesChecker
H A DNoUncountedMembersChecker.cpp41 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anonb1adb8800111::NoUncountedMemberChecker
H A DRefCntblBaseVirtualDtorChecker.cpp34 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anon5568594e0111::RefCntblBaseVirtualDtorChecker
H A DUncountedCallArgsChecker.cpp37 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anon2eff1ba10111::UncountedCallArgsChecker
H A DUncountedLocalVarsChecker.cpp137 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anone6ceadbf0111::UncountedLocalVarsChecker
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h33 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR); in _checkDecl()