Lines Matching full:protectedstaticdef
90 // MSC-DAG: define dllexport void @"\01?protectedStaticDef@ExportMembers@@KAXXZ"()
94 __declspec(dllexport) static void protectedStaticDef();
143 void ExportMembers::protectedStaticDef() {}
216 // MSC-DAG: define dllexport void @"\01?protectedStaticDef@Nested@ExportMembers@@KAXXZ"()
220 __declspec(dllexport) static void protectedStaticDef();
269 void ExportMembers::Nested::protectedStaticDef() {}