Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
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 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,
108 void CFErrorFunctionChecker::checkASTDecl(const FunctionDecl *D, in checkASTDecl() function in CFErrorFunctionChecker
H A DObjCMissingSuperCallChecker.cpp69 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr,
164 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 __anon0ec0bb4a0111::DirectIvarAssignment
H A DDebugCheckers.cpp213 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() function in __anon81049a330811::CallGraphViewer
237 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr, in checkASTDecl() function in __anon81049a330911::CallGraphDumper
H A DErrnoModeling.cpp51 void checkASTDecl(const TranslationUnitDecl *D, AnalysisManager &Mgr,
119 void ErrnoModeling::checkASTDecl(const TranslationUnitDecl *D, in checkASTDecl() function in ErrnoModeling
H A DCheckObjCInstMethSignature.cpp128 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anon533aa37e0111::ObjCMethSigsChecker
H A DCheckerDocumentation.cpp324 void checkASTDecl(const FunctionDecl *D, in checkASTDecl() function in clang::ento::CheckerDocumentation
H A DObjCUnusedIVarsChecker.cpp177 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr, in checkASTDecl() function in __anon86c2feb00111::ObjCUnusedIvarsChecker
H A DLLVMConventionsChecker.cpp300 void checkASTDecl(const CXXRecordDecl *R, AnalysisManager& mgr, in checkASTDecl() function in __anon7d4fad6a0311::LLVMConventionsChecker
H A DPaddingChecker.cpp41 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anonee116f100111::PaddingChecker
H A DCheckObjCDealloc.cpp119 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr,
195 void ObjCDeallocChecker::checkASTDecl(const ObjCImplementationDecl *D, in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
H A DIvarInvalidationChecker.cpp716 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr, in checkASTDecl() function in __anona1c65f6d0211::IvarInvalidationChecker
H A DLocalizationChecker.cpp1062 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr,
1067 void EmptyLocalizationContextChecker::checkASTDecl( in checkASTDecl() function in EmptyLocalizationContextChecker
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp31 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anon89692c8b0111::UncountedLambdaCapturesChecker
H A DNoUncountedMembersChecker.cpp41 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anonbe195f4b0111::NoUncountedMemberChecker
H A DUncountedCallArgsChecker.cpp37 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anon1fdb950c0111::UncountedCallArgsChecker
H A DRefCntblBaseVirtualDtorChecker.cpp35 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anonee92f6f90111::RefCntblBaseVirtualDtorChecker
H A DUncountedLocalVarsChecker.cpp137 void checkASTDecl(const TranslationUnitDecl *TUD, AnalysisManager &MGR, in checkASTDecl() function in __anonf33a548a0111::UncountedLocalVarsChecker
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h33 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR); in _checkDecl()