Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp13821 const Expr *ObjCPointerExpr = nullptr, *OtherExpr = nullptr; in checkObjCPointerIntrospection() local
13826 ObjCPointerExpr = LHS; in checkObjCPointerIntrospection()
13830 ObjCPointerExpr = RHS; in checkObjCPointerIntrospection()
13838 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()
13841 const Expr *Ex = ObjCPointerExpr->IgnoreParenCasts(); in checkObjCPointerIntrospection()
13853 << ObjCPointerExpr->getSourceRange(); in checkObjCPointerIntrospection()