Home
last modified time | relevance | path

Searched refs:isObjCSelfExpr (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp89 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()
104 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()
H A DSemaExprObjC.cpp1537 if (Receiver && Receiver->isObjCSelfExpr()) { in getMessageSendResultType()
3152 !(Receiver->isObjCSelfExpr() && getLangOpts().ObjCAutoRefCount)) { in BuildInstanceMessage()
3156 if (Receiver->isObjCSelfExpr()) { in BuildInstanceMessage()
H A DSemaChecking.cpp15076 if (ArgRE->isObjCSelfExpr()) { in CheckObjCCircularContainer()
15096 if (!ArgRE->isObjCSelfExpr()) { in CheckObjCCircularContainer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp697 if (Receiver->isObjCSelfExpr()) { in VisitObjCMessageExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp3824 bool Expr::isObjCSelfExpr() const { in isObjCSelfExpr() function in Expr
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h489 bool isObjCSelfExpr() const;