Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:staticInclass

132   // MSC-DAG: declare dllimport                void @"\01?staticInclass@ImportMembers@@SAXXZ"()
140 // MO1-DAG: define available_externally dllimport void @"\01?staticInclass@ImportMembers@@SAXXZ"()
148 __declspec(dllimport) static void staticInclass() {}
220 USEMF(ImportMembers, staticInclass)
305 // MSC-DAG: declare dllimport void @"\01?staticInclass@Nested@ImportMembers@@SAXXZ"()
313 // MO1-DAG: define available_externally dllimport void @"\01?staticInclass@Nested@ImportMembers@@SAXXZ"()
321 __declspec(dllimport) static void staticInclass() {}
393 USEMF(ImportMembers::Nested, staticInclass)