Searched refs:DelayedDllExportMemberFunctions (Results 1 – 3 of 3) sorted by relevance
1162 assert(DelayedDllExportMemberFunctions.empty()); in ActOnEndOfTranslationUnit()
7194 DelayedDllExportMemberFunctions.push_back(M); in CheckCompletedCXXClass()14387 if (!DelayedDllExportMemberFunctions.empty()) { in ActOnFinishCXXNonNestedClass()14389 std::swap(DelayedDllExportMemberFunctions, WorkList); in ActOnFinishCXXNonNestedClass()
14238 SmallVector<CXXMethodDecl*, 4> DelayedDllExportMemberFunctions; variable