Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp10721 const Expr *ObjCPointerExpr = nullptr, *OtherExpr = nullptr; in checkObjCPointerIntrospection() local
10726 ObjCPointerExpr = LHS; in checkObjCPointerIntrospection()
10730 ObjCPointerExpr = RHS; in checkObjCPointerIntrospection()
10738 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()
10741 const Expr *Ex = ObjCPointerExpr->IgnoreParenCasts(); in checkObjCPointerIntrospection()
10753 << ObjCPointerExpr->getSourceRange(); in checkObjCPointerIntrospection()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp13702 const Expr *ObjCPointerExpr = nullptr, *OtherExpr = nullptr; in checkObjCPointerIntrospection() local
13707 ObjCPointerExpr = LHS; in checkObjCPointerIntrospection()
13711 ObjCPointerExpr = RHS; in checkObjCPointerIntrospection()
13719 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()
13722 const Expr *Ex = ObjCPointerExpr->IgnoreParenCasts(); in checkObjCPointerIntrospection()
13734 << ObjCPointerExpr->getSourceRange(); in checkObjCPointerIntrospection()