OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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,
92
void
checkASTDecl
(const FunctionDecl *D,
97
void CFErrorFunctionChecker::
checkASTDecl
(const FunctionDecl *D,
CheckObjCInstMethSignature.cpp
131
void
checkASTDecl
(const ObjCImplementationDecl *D, AnalysisManager& mgr,
ObjCUnusedIVarsChecker.cpp
175
void
checkASTDecl
(const ObjCImplementationDecl *D, AnalysisManager& mgr,
CheckObjCDealloc.cpp
273
void
checkASTDecl
(const ObjCImplementationDecl *D, AnalysisManager& mgr,
LLVMConventionsChecker.cpp
295
void
checkASTDecl
(const CXXRecordDecl *R, AnalysisManager& mgr,
/external/clang/include/clang/StaticAnalyzer/Core/
Checker.h
36
((const CHECKER *)checker)->
checkASTDecl
(llvm::cast<DECL>(D), mgr, BR);
Completed in 64 milliseconds