Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:staticInlineDecl

134   // MSC-DAG: declare dllimport                void @"\01?staticInlineDecl@ImportMembers@@SAXXZ"()
142 // MO1-DAG: define available_externally dllimport void @"\01?staticInlineDecl@ImportMembers@@SAXXZ"()
150 __declspec(dllimport) static inline void staticInlineDecl();
206 void ImportMembers::staticInlineDecl() {}
222 USEMF(ImportMembers, staticInlineDecl)
307 // MSC-DAG: declare dllimport void @"\01?staticInlineDecl@Nested@ImportMembers@@SAXXZ"()
315 // MO1-DAG: define available_externally dllimport void @"\01?staticInlineDecl@Nested@ImportMembers@@SAXXZ"()
323 __declspec(dllimport) static inline void staticInlineDecl();
379 void ImportMembers::Nested::staticInlineDecl() {}
395 USEMF(ImportMembers::Nested, staticInlineDecl)