Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp15459 const Expr *ObjCPointerExpr = nullptr, *OtherExpr = nullptr; in checkObjCPointerIntrospection() local
15464 ObjCPointerExpr = LHS; in checkObjCPointerIntrospection()
15468 ObjCPointerExpr = RHS; in checkObjCPointerIntrospection()
15476 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()
15479 const Expr *Ex = ObjCPointerExpr->IgnoreParenCasts(); in checkObjCPointerIntrospection()
15491 << ObjCPointerExpr->getSourceRange(); in checkObjCPointerIntrospection()