Lines Matching refs:PRE
3079 // Pre-defined identifiers are of type char[x], where x is the length of
7765 Expr *PRE = RHS.get()->IgnoreParenCasts();
7766 if (Diagnose && isa<ObjCProtocolExpr>(PRE)) {
7767 ObjCProtocolDecl *PDecl = cast<ObjCProtocolExpr>(PRE)->getProtocol();
7769 Diag(PRE->getExprLoc(), diag::warn_atprotocol_protocol) << PDecl->getName();