Searched refs:DelayedDllExportMemberFunctions (Results 1 – 3 of 3) sorted by relevance
1216 assert(DelayedDllExportMemberFunctions.empty()); in ActOnEndOfTranslationUnit()
7041 DelayedDllExportMemberFunctions.push_back(M); in CheckCompletedCXXClass() 14259 if (!DelayedDllExportMemberFunctions.empty()) { in ActOnFinishCXXNonNestedClass() 14261 std::swap(DelayedDllExportMemberFunctions, WorkList); in ActOnFinishCXXNonNestedClass()
5805 SmallVector<CXXMethodDecl *, 4> DelayedDllExportMemberFunctions; variable