OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkASTDecl
(Results
1 - 14
of
14
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
NSErrorChecker.cpp
47
void
checkASTDecl
(const ObjCMethodDecl *D,
52
void NSErrorMethodChecker::
checkASTDecl
(const ObjCMethodDecl *D,
94
void
checkASTDecl
(const FunctionDecl *D,
99
void CFErrorFunctionChecker::
checkASTDecl
(const FunctionDecl *D,
DirectIvarAssignment.cpp
92
void
checkASTDecl
(const ObjCImplementationDecl *D, AnalysisManager& Mgr,
118
void DirectIvarAssignment::
checkASTDecl
(const ObjCImplementationDecl *D,
ObjCMissingSuperCallChecker.cpp
70
void
checkASTDecl
(const ObjCImplementationDecl *D, AnalysisManager &Mgr,
166
void ObjCSuperCallChecker::
checkASTDecl
(const ObjCImplementationDecl *D,
CheckObjCInstMethSignature.cpp
131
void
checkASTDecl
(const ObjCImplementationDecl *D, AnalysisManager& mgr,
CheckerDocumentation.cpp
310
void
checkASTDecl
(const FunctionDecl *D,
DebugCheckers.cpp
125
void
checkASTDecl
(const TranslationUnitDecl *TU, AnalysisManager& mgr,
145
void
checkASTDecl
(const TranslationUnitDecl *TU, AnalysisManager& mgr,
ObjCUnusedIVarsChecker.cpp
179
void
checkASTDecl
(const ObjCImplementationDecl *D, AnalysisManager& mgr,
VirtualCallChecker.cpp
221
void
checkASTDecl
(const CXXRecordDecl *RD, AnalysisManager& mgr,
CheckObjCDealloc.cpp
236
void
checkASTDecl
(const ObjCImplementationDecl *D, AnalysisManager& mgr,
LLVMConventionsChecker.cpp
302
void
checkASTDecl
(const CXXRecordDecl *R, AnalysisManager& mgr,
PaddingChecker.cpp
40
void
checkASTDecl
(const TranslationUnitDecl *TUD, AnalysisManager &MGR,
IvarInvalidationChecker.cpp
735
void
checkASTDecl
(const ObjCImplementationDecl *D, AnalysisManager& Mgr,
LocalizationChecker.cpp
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/
Checker.h
33
((const CHECKER *)checker)->
checkASTDecl
(cast<DECL>(D), mgr, BR);
Completed in 376 milliseconds