Searched refs:LastExportedDefaultCtor (Results 1 – 1 of 1) sorted by relevance
6329 CXXConstructorDecl *LastExportedDefaultCtor = nullptr; in checkForMultipleExportedDefaultConstructors() local6348 if (LastExportedDefaultCtor) { in checkForMultipleExportedDefaultConstructors()6349 S.Diag(LastExportedDefaultCtor->getLocation(), in checkForMultipleExportedDefaultConstructors()6356 LastExportedDefaultCtor = CD; in checkForMultipleExportedDefaultConstructors()