Lines Matching full:protectedstaticdef
88 // MSC-DAG: define dllexport void @"\01?protectedStaticDef@ExportMembers@@KAXXZ"()
92 __declspec(dllexport) static void protectedStaticDef();
141 void ExportMembers::protectedStaticDef() {}
214 // MSC-DAG: define dllexport void @"\01?protectedStaticDef@Nested@ExportMembers@@KAXXZ"()
218 __declspec(dllexport) static void protectedStaticDef();
267 void ExportMembers::Nested::protectedStaticDef() {}