Home | History | Annotate | Download | only in Sema

Lines Matching refs:VDecl

2431         if (VarDecl *VDecl = dyn_cast<VarDecl>(*I)) {
2432 if (!VDecl->hasExternalStorage())
2433 Diag(VDecl->getLocation(), diag::err_objc_var_decl_inclass);