OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MethodCrawler
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp
61
class
MethodCrawler
: public ConstStmtVisitor<
MethodCrawler
> {
70
MethodCrawler
(const IvarToPropertyMapTy &InMap, const ObjCMethodDecl *InMD,
151
MethodCrawler
MC(IvarToPropMap, M->getCanonicalDecl(), InterD, BR, this,
165
void DirectIvarAssignment::
MethodCrawler
::VisitBinaryOperator(
IvarInvalidationChecker.cpp
102
class
MethodCrawler
: public ConstStmtVisitor<
MethodCrawler
> {
149
MethodCrawler
(IvarSet &InIVars,
442
MethodCrawler
(Ivars,
496
MethodCrawler
(IvarsI,
580
void IvarInvalidationCheckerImpl::
MethodCrawler
::markInvalidated(
593
const Expr *IvarInvalidationCheckerImpl::
MethodCrawler
::peel(const Expr *E) const {
602
void IvarInvalidationCheckerImpl::
MethodCrawler
::checkObjCIvarRefExpr(
608
void IvarInvalidationCheckerImpl::
MethodCrawler
::checkObjCMessageExpr(
619
void IvarInvalidationCheckerImpl::
MethodCrawler
::checkObjCPropertyRefExpr
[
all
...]
Completed in 1821 milliseconds