Home
last modified time | relevance | path

Searched refs:DelayedDllExportMemberFunctions (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp1072 assert(DelayedDllExportMemberFunctions.empty()); in ActOnEndOfTranslationUnit()
H A DSemaDeclCXX.cpp6838 DelayedDllExportMemberFunctions.push_back(M); in CheckCompletedCXXClass()
13445 if (!DelayedDllExportMemberFunctions.empty()) { in ActOnFinishCXXNonNestedClass()
13447 std::swap(DelayedDllExportMemberFunctions, WorkList); in ActOnFinishCXXNonNestedClass()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12761 SmallVector<CXXMethodDecl*, 4> DelayedDllExportMemberFunctions; variable