Searched refs:LastExportedDefaultCtor (Results 1 – 1 of 1) sorted by relevance
6125 CXXConstructorDecl *LastExportedDefaultCtor = nullptr; in checkForMultipleExportedDefaultConstructors() local6144 if (LastExportedDefaultCtor) { in checkForMultipleExportedDefaultConstructors()6145 S.Diag(LastExportedDefaultCtor->getLocation(), in checkForMultipleExportedDefaultConstructors()6152 LastExportedDefaultCtor = CD; in checkForMultipleExportedDefaultConstructors()