Home | History | Annotate | Download | only in Sema

Lines Matching full:vdecl

2685         if (VarDecl *VDecl = dyn_cast<VarDecl>(*I)) {
2686 if (!VDecl->hasExternalStorage())
2687 Diag(VDecl->getLocation(), diag::err_objc_var_decl_inclass);