Searched refs:DelayedDllExportClasses (Results 1 – 9 of 9) sorted by relevance
1972 decltype(DelayedDllExportClasses) ExportedClasses; in InstantiateClass()1973 std::swap(ExportedClasses, DelayedDllExportClasses); in InstantiateClass()2061 std::swap(ExportedClasses, DelayedDllExportClasses); in InstantiateClass()
702 assert(DelayedDllExportClasses.empty()); in ActOnEndOfTranslationUnit()
4813 DelayedDllExportClasses.push_back(Class); in checkClassLevelDLLAttribute()9629 if (!DelayedDllExportClasses.empty()) { in referenceDLLExportedClassMethods()9633 std::swap(DelayedDllExportClasses, WorkList); in referenceDLLExportedClassMethods()
7572 assert(DelayedDllExportClasses.empty() && in ActOnExplicitInstantiation()
1042 assert(DelayedDllExportClasses.empty()); in ActOnEndOfTranslationUnit()
6263 DelayedDllExportClasses.push_back(Class); in checkClassLevelDLLAttribute()13404 if (!DelayedDllExportClasses.empty()) { in referenceDLLExportedClassMethods()13408 std::swap(DelayedDllExportClasses, WorkList); in referenceDLLExportedClassMethods()
9507 assert(S.DelayedDllExportClasses.empty() && in dllExportImportClassTemplateSpecialization()
9598 SmallVector<CXXRecordDecl*, 4> DelayedDllExportClasses; variable
12530 SmallVector<CXXRecordDecl*, 4> DelayedDllExportClasses; variable