Lines Matching refs:StaticConstField
114 // MSC-DAG: @"\01?StaticConstField@ExportMembers@@2HB" = dllexport constant i32 1, align 4
125 __declspec(dllexport) static const int StaticConstField;
148 const int ExportMembers::StaticConstField = 1;
240 // MSC-DAG: @"\01?StaticConstField@Nested@ExportMembers@@2HB" = dllexport constant i32 1, align 4
251 __declspec(dllexport) static const int StaticConstField;
274 const int ExportMembers::Nested::StaticConstField = 1;