Lines Matching refs:VDecl
2184 if (VarDecl *VDecl = dyn_cast<VarDecl>(*I)) {2185 if (!VDecl->hasExternalStorage())2186 Diag(VDecl->getLocation(), diag::err_objc_var_decl_inclass);