Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp10205 const Expr *ObjCPointerExpr = nullptr, *OtherExpr = nullptr; in checkObjCPointerIntrospection() local
10210 ObjCPointerExpr = LHS; in checkObjCPointerIntrospection()
10214 ObjCPointerExpr = RHS; in checkObjCPointerIntrospection()
10222 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()
10225 const Expr *Ex = ObjCPointerExpr->IgnoreParenCasts(); in checkObjCPointerIntrospection()
10237 << ObjCPointerExpr->getSourceRange(); in checkObjCPointerIntrospection()