reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
15757 S.Diag(Loc, diag::err_lambda_capture_anonymous_var); 15758 S.Diag(Var->getLocation(), diag::note_declared_at); 15766 S.Diag(Loc, diag::err_ref_vm_type); 15767 S.Diag(Var->getLocation(), diag::note_previous_decl) 15778 S.Diag(Loc, diag::err_ref_flexarray_type); 15780 S.Diag(Loc, diag::err_lambda_capture_flexarray_type) 15782 S.Diag(Var->getLocation(), diag::note_previous_decl) 15793 S.Diag(Loc, diag::err_capture_block_variable) 15795 S.Diag(Var->getLocation(), diag::note_previous_decl) 15801 if (S.getLangOpts().OpenCL && IsBlock && 15804 S.Diag(Loc, diag::err_opencl_block_ref_block);