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

  /external/clang/lib/StaticAnalyzer/Checkers/
NSErrorChecker.cpp 46 void checkASTDecl(const ObjCMethodDecl *D,
51 void NSErrorMethodChecker::checkASTDecl(const ObjCMethodDecl *D,
94 void checkASTDecl(const FunctionDecl *D,
99 void CFErrorFunctionChecker::checkASTDecl(const FunctionDecl *D,
CheckObjCInstMethSignature.cpp 135 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr,
ObjCUnusedIVarsChecker.cpp 177 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr,
CheckObjCDealloc.cpp 279 void checkASTDecl(const ObjCImplementationDecl *D, AnalysisManager& mgr,
LLVMConventionsChecker.cpp 298 void checkASTDecl(const CXXRecordDecl *R, AnalysisManager& mgr,
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 37 ((const CHECKER *)checker)->checkASTDecl(llvm::cast<DECL>(D), mgr, BR);

Completed in 1671 milliseconds