Home
last modified time | relevance | path

Searched refs:DelayedDllExportClasses (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1972 decltype(DelayedDllExportClasses) ExportedClasses; in InstantiateClass()
1973 std::swap(ExportedClasses, DelayedDllExportClasses); in InstantiateClass()
2061 std::swap(ExportedClasses, DelayedDllExportClasses); in InstantiateClass()
DSema.cpp702 assert(DelayedDllExportClasses.empty()); in ActOnEndOfTranslationUnit()
DSemaDeclCXX.cpp4813 DelayedDllExportClasses.push_back(Class); in checkClassLevelDLLAttribute()
9629 if (!DelayedDllExportClasses.empty()) { in referenceDLLExportedClassMethods()
9633 std::swap(DelayedDllExportClasses, WorkList); in referenceDLLExportedClassMethods()
DSemaTemplate.cpp7572 assert(DelayedDllExportClasses.empty() && in ActOnExplicitInstantiation()
/external/clang/include/clang/Sema/
DSema.h9598 SmallVector<CXXRecordDecl*, 4> DelayedDllExportClasses; variable