Lines Matching refs:ExportMembers

24 struct ExportMembers {  struct
130 void ExportMembers::normalDef() {} in normalDef() argument
131 inline void ExportMembers::normalInlineDef() {} in normalInlineDef()
132 void ExportMembers::normalInlineDecl() {} in normalInlineDecl()
133 void ExportMembers::virtualDef() {} in virtualDef()
134 inline void ExportMembers::virtualInlineDef() {} in virtualInlineDef()
135 void ExportMembers::virtualInlineDecl() {} in virtualInlineDecl()
136 void ExportMembers::staticDef() {} in staticDef()
137 inline void ExportMembers::staticInlineDef() {} in staticInlineDef()
138 void ExportMembers::staticInlineDecl() {} in staticInlineDecl()
139 void ExportMembers::ignored() {} in ignored()
140 void ExportMembers::protectedDef() {} in protectedDef()
141 void ExportMembers::protectedStaticDef() {} in protectedStaticDef()
142 void ExportMembers::privateDef() {} in privateDef()
143 void ExportMembers::privateStaticDef() {} in privateStaticDef()
145 int ExportMembers::StaticField = 1;
146 const int ExportMembers::StaticConstField = 1;
147 const int ExportMembers::StaticConstFieldEqualInit;
148 const int ExportMembers::StaticConstFieldBraceInit;
149 int foo() { return ExportMembers::StaticConstFieldRefNotDef; } in foo()
150 constexpr int ExportMembers::ConstexprField;
154 struct ExportMembers::Nested {
256 void ExportMembers::Nested::normalDef() {} in normalDef()
257 inline void ExportMembers::Nested::normalInlineDef() {} in normalInlineDef()
258 void ExportMembers::Nested::normalInlineDecl() {} in normalInlineDecl()
259 void ExportMembers::Nested::virtualDef() {} in virtualDef()
260 inline void ExportMembers::Nested::virtualInlineDef() {} in virtualInlineDef()
261 void ExportMembers::Nested::virtualInlineDecl() {} in virtualInlineDecl()
262 void ExportMembers::Nested::staticDef() {} in staticDef()
263 inline void ExportMembers::Nested::staticInlineDef() {} in staticInlineDef()
264 void ExportMembers::Nested::staticInlineDecl() {} in staticInlineDecl()
265 void ExportMembers::Nested::ignored() {} in ignored()
266 void ExportMembers::Nested::protectedDef() {} in protectedDef()
267 void ExportMembers::Nested::protectedStaticDef() {} in protectedStaticDef()
268 void ExportMembers::Nested::privateDef() {} in privateDef()
269 void ExportMembers::Nested::privateStaticDef() {} in privateStaticDef()
271 int ExportMembers::Nested::StaticField = 1;
272 const int ExportMembers::Nested::StaticConstField = 1;
273 const int ExportMembers::Nested::StaticConstFieldEqualInit;
274 const int ExportMembers::Nested::StaticConstFieldBraceInit;
275 int fooNested() { return ExportMembers::Nested::StaticConstFieldRefNotDef; } in fooNested()
276 constexpr int ExportMembers::Nested::ConstexprField;