reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6281 S.Diag(NewDecl->getLocation(), DiagID) 6284 S.Diag(OldDecl->getLocation(), diag::note_previous_declaration); 6297 bool IsMicrosoft = S.Context.getTargetInfo().getCXXABI().isMicrosoft(); 6302 IsDefinition = VD->isThisDeclarationADefinition(S.Context) != 6314 S.Diag(NewDecl->getLocation(), 6317 S.Diag(OldDecl->getLocation(), diag::note_previous_declaration); 6320 DLLExportAttr::CreateImplicit(S.Context, NewImportAttr->getRange())); 6322 S.Diag(NewDecl->getLocation(), 6325 S.Diag(OldDecl->getLocation(), diag::note_previous_declaration); 6326 S.Diag(OldImportAttr->getLocation(), diag::note_previous_attribute); 6335 S.Diag(NewDecl->getLocation(), 6349 DLLExportAttr *NewAttr = ParentExportAttr->clone(S.Context);