Searched refs:LastExportedDefaultCtor (Results 1 – 1 of 1) sorted by relevance
6221 CXXConstructorDecl *LastExportedDefaultCtor = nullptr; in checkForMultipleExportedDefaultConstructors() local6240 if (LastExportedDefaultCtor) { in checkForMultipleExportedDefaultConstructors()6241 S.Diag(LastExportedDefaultCtor->getLocation(), in checkForMultipleExportedDefaultConstructors()6248 LastExportedDefaultCtor = CD; in checkForMultipleExportedDefaultConstructors()