Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:staticInlineDecl

76   // MSC-DAG: define weak_odr dllexport                void @"\01?staticInlineDecl@ExportMembers@@SAXXZ"()
84 __declspec(dllexport) static inline void staticInlineDecl();
140 void ExportMembers::staticInlineDecl() {}
202 // MSC-DAG: define weak_odr dllexport void @"\01?staticInlineDecl@Nested@ExportMembers@@SAXXZ"()
210 __declspec(dllexport) static inline void staticInlineDecl();
266 void ExportMembers::Nested::staticInlineDecl() {}