Searched refs:LastExportedDefaultCtor (Results 1 – 1 of 1) sorted by relevance
6364 CXXConstructorDecl *LastExportedDefaultCtor = nullptr; in checkForMultipleExportedDefaultConstructors() local6383 if (LastExportedDefaultCtor) { in checkForMultipleExportedDefaultConstructors()6384 S.Diag(LastExportedDefaultCtor->getLocation(), in checkForMultipleExportedDefaultConstructors()6391 LastExportedDefaultCtor = CD; in checkForMultipleExportedDefaultConstructors()