Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp91 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()
106 IsExact = DoubleBase->isObjCSelfExpr(); in getBaseInfo()
H A DSemaExprObjC.cpp1536 if (Receiver && Receiver->isObjCSelfExpr()) { in getMessageSendResultType()
3153 !(Receiver->isObjCSelfExpr() && getLangOpts().ObjCAutoRefCount)) { in BuildInstanceMessage()
3157 if (Receiver->isObjCSelfExpr()) { in BuildInstanceMessage()
H A DSemaChecking.cpp18600 if (ArgRE->isObjCSelfExpr()) { in CheckObjCCircularContainer()
18620 if (!ArgRE->isObjCSelfExpr()) { in CheckObjCCircularContainer()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp683 if (Receiver->isObjCSelfExpr()) { in VisitObjCMessageExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4009 bool Expr::isObjCSelfExpr() const { in isObjCSelfExpr() function in Expr
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h489 bool isObjCSelfExpr() const;