Searched refs:DelayedDllExportClasses (Results 1 – 4 of 4) sorted by relevance
1215 assert(DelayedDllExportClasses.empty()); in ActOnEndOfTranslationUnit()
6549 DelayedDllExportClasses.push_back(Class); in checkClassLevelDLLAttribute() 14276 if (!DelayedDllExportClasses.empty()) { in referenceDLLExportedClassMethods() 14278 // be called again, so use a local copy of DelayedDllExportClasses. in referenceDLLExportedClassMethods() 14280 std::swap(DelayedDllExportClasses, WorkList); in referenceDLLExportedClassMethods()
9388 assert(S.DelayedDllExportClasses.empty() && in dllExportImportClassTemplateSpecialization()
5804 SmallVector<CXXRecordDecl *, 4> DelayedDllExportClasses; variable