Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp91 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()
106 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()
H A DSemaObjC.cpp1112 if (ArgRE->isObjCSelfExpr()) { in CheckObjCCircularContainer()
1132 if (!ArgRE->isObjCSelfExpr()) { in CheckObjCCircularContainer()
H A DSemaExprObjC.cpp1538 if (Receiver && Receiver->isObjCSelfExpr()) { in getMessageSendResultType()
3147 !(Receiver->isObjCSelfExpr() && getLangOpts().ObjCAutoRefCount)) { in BuildInstanceMessage()
3151 if (Receiver->isObjCSelfExpr()) { in BuildInstanceMessage()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp682 if (Receiver->isObjCSelfExpr()) { in VisitObjCMessageExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4111 bool Expr::isObjCSelfExpr() const { in isObjCSelfExpr() function in Expr
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h500 bool isObjCSelfExpr() const;