Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp92 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()
107 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()
H A DSemaObjC.cpp1116 if (ArgRE->isObjCSelfExpr()) { in CheckObjCCircularContainer()
1136 if (!ArgRE->isObjCSelfExpr()) { in CheckObjCCircularContainer()
H A DSemaExprObjC.cpp1548 if (Receiver && Receiver->isObjCSelfExpr()) { in getMessageSendResultType()
3158 !(Receiver->isObjCSelfExpr() && getLangOpts().ObjCAutoRefCount)) { in BuildInstanceMessage()
3162 if (Receiver->isObjCSelfExpr()) { in BuildInstanceMessage()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4084 bool Expr::isObjCSelfExpr() const { in isObjCSelfExpr() function in Expr
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h501 bool isObjCSelfExpr() const;