Searched refs:DelayedDllExportClasses (Results 1 – 5 of 5) 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()
9598 SmallVector<CXXRecordDecl*, 4> DelayedDllExportClasses; variable