Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A 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
H A DObjCPropertyChecker.cpp31 void checkASTDecl(const ObjCPropertyDecl *D, AnalysisManager &Mgr,
36 void ObjCPropertyChecker::checkASTDecl(const ObjCPropertyDecl *D, in checkASTDecl() function in ObjCPropertyChecker
H A DObjCMissingSuperCallChecker.cpp70 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr,
166 void ObjCSuperCallChecker::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl() function in ObjCSuperCallChecker
H A DDirectIvarAssignment.cpp91 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr,
117 void DirectIvarAssignment::checkASTDecl(const ObjCImplementationDecl *D, in checkASTDecl() function in __anonb2ab69830111::DirectIvarAssignment
H A DDebugCheckers.cpp143 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() function in __anonbe95c68c0611::CallGraphViewer
163 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() function in __anonbe95c68c0711::CallGraphDumper
H A DCheckObjCInstMethSignature.cpp131 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anonf7a758770111::ObjCMethSigsChecker
H A DCheckerDocumentation.cpp325 void checkASTDecl(const FunctionDecl *D, in checkASTDecl() function in clang::ento::CheckerDocumentation
H A DObjCUnusedIVarsChecker.cpp179 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anond0121f290111::ObjCUnusedIvarsChecker
H A DLLVMConventionsChecker.cpp301 void checkASTDecl(const CXXRecordDecl *R, AnalysisManager& mgr, in checkASTDecl() function in __anonc69ecde30311::LLVMConventionsChecker
H A DPaddingChecker.cpp40 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anonddc826890111::PaddingChecker
H A DCheckObjCDealloc.cpp114 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr,
190 void ObjCDeallocChecker::checkASTDecl(const ObjCImplementationDecl *D, in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
H A DIvarInvalidationChecker.cpp731 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, in checkASTDecl() function in __anon14f98f060211::IvarInvalidationChecker
H A DLocalizationChecker.cpp1069 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr,
1074 void EmptyLocalizationContextChecker::checkASTDecl( in checkASTDecl() function in EmptyLocalizationContextChecker
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h33 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR); in _checkDecl()