Searched refs:DelayedDllExportMemberFunctions (Results 1 – 3 of 3) sorted by relevance
1043 assert(DelayedDllExportMemberFunctions.empty()); in ActOnEndOfTranslationUnit()
6763 DelayedDllExportMemberFunctions.push_back(M); in CheckCompletedCXXClass()13387 if (!DelayedDllExportMemberFunctions.empty()) { in ActOnFinishCXXNonNestedClass()13389 std::swap(DelayedDllExportMemberFunctions, WorkList); in ActOnFinishCXXNonNestedClass()
12531 SmallVector<CXXMethodDecl*, 4> DelayedDllExportMemberFunctions; variable