Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp14854 const Expr *ObjCPointerExpr = nullptr, *OtherExpr = nullptr; in checkObjCPointerIntrospection() local
14859 ObjCPointerExpr = LHS; in checkObjCPointerIntrospection()
14863 ObjCPointerExpr = RHS; in checkObjCPointerIntrospection()
14871 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()
14874 const Expr *Ex = ObjCPointerExpr->IgnoreParenCasts(); in checkObjCPointerIntrospection()
14886 << ObjCPointerExpr->getSourceRange(); in checkObjCPointerIntrospection()