Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp14693 const Expr *ObjCPointerExpr = nullptr, *OtherExpr = nullptr; in checkObjCPointerIntrospection() local
14698 ObjCPointerExpr = LHS; in checkObjCPointerIntrospection()
14702 ObjCPointerExpr = RHS; in checkObjCPointerIntrospection()
14710 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()
14713 const Expr *Ex = ObjCPointerExpr->IgnoreParenCasts(); in checkObjCPointerIntrospection()
14725 << ObjCPointerExpr->getSourceRange(); in checkObjCPointerIntrospection()