HomeSort by relevance Sort by last modified time
    Searched refs:checkASTDecl (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
NSErrorChecker.cpp 47 void checkASTDecl(const ObjCMethodDecl *D,
52 void NSErrorMethodChecker::checkASTDecl(const ObjCMethodDecl *D,
95 void checkASTDecl(const FunctionDecl *D,
100 void CFErrorFunctionChecker::checkASTDecl(const FunctionDecl *D,
DebugCheckers.cpp 117 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr,
137 void checkASTDecl(const TranslationUnitDecl *TU, AnalysisManager& mgr,
ObjCMissingSuperCallChecker.cpp 72 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager &Mgr,
168 void ObjCSuperCallChecker::checkASTDecl(const ObjCImplementationDecl *D,
CheckObjCInstMethSignature.cpp 136 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr,
CheckerDocumentation.cpp 300 void checkASTDecl(const FunctionDecl *D,
DirectIvarAssignment.cpp 96 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr,
122 void DirectIvarAssignment::checkASTDecl(const ObjCImplementationDecl *D,
VirtualCallChecker.cpp 216 void checkASTDecl(const CXXRecordDecl *RD, AnalysisManager& mgr,
CheckObjCDealloc.cpp 281 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr,
ObjCUnusedIVarsChecker.cpp 188 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr,
LLVMConventionsChecker.cpp 300 void checkASTDecl(const CXXRecordDecl *R, AnalysisManager& mgr,
IvarInvalidationChecker.cpp 745 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& Mgr,
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 37 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR);

Completed in 239 milliseconds