Searched refs:DelayedDllExportMemberFunctions (Results 1 – 3 of 3) sorted by relevance
1285 assert(DelayedDllExportMemberFunctions.empty()); in ActOnEndOfTranslationUnit()
7150 DelayedDllExportMemberFunctions.push_back(M); in CheckCompletedCXXClass()14550 if (!DelayedDllExportMemberFunctions.empty()) { in ActOnFinishCXXNonNestedClass()14552 std::swap(DelayedDllExportMemberFunctions, WorkList); in ActOnFinishCXXNonNestedClass()
6233 SmallVector<CXXMethodDecl *, 4> DelayedDllExportMemberFunctions; variable