Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp13942 const Expr *ObjCPointerExpr = nullptr, *OtherExpr = nullptr; in checkObjCPointerIntrospection() local
13947 ObjCPointerExpr = LHS; in checkObjCPointerIntrospection()
13951 ObjCPointerExpr = RHS; in checkObjCPointerIntrospection()
13959 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()
13962 const Expr *Ex = ObjCPointerExpr->IgnoreParenCasts(); in checkObjCPointerIntrospection()
13974 << ObjCPointerExpr->getSourceRange(); in checkObjCPointerIntrospection()