Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp1159 assert(DelayedDllExportMemberFunctions.empty()); in ActOnEndOfTranslationUnit()
H A DSemaDeclCXX.cpp6991 DelayedDllExportMemberFunctions.push_back(M); in CheckCompletedCXXClass()
13948 if (!DelayedDllExportMemberFunctions.empty()) { in ActOnFinishCXXNonNestedClass()
13950 std::swap(DelayedDllExportMemberFunctions, WorkList); in ActOnFinishCXXNonNestedClass()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13785 SmallVector<CXXMethodDecl*, 4> DelayedDllExportMemberFunctions; variable