Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp10721 const Expr *ObjCPointerExpr = nullptr, *OtherExpr = nullptr; in checkObjCPointerIntrospection() local
10727 OtherExpr = RHS; in checkObjCPointerIntrospection()
10731 OtherExpr = LHS; in checkObjCPointerIntrospection()
10738 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()