Searched refs:FTypeWithQuals (Results 1 – 2 of 2) sorted by relevance
8 ; CHECK: struct FTypeWithQuals::S<int __cdecl(void) const> FTypeWithQuals::a11 ; CHECK: struct FTypeWithQuals::S<int __cdecl(void) volatile> FTypeWithQuals::b14 ; CHECK: struct FTypeWithQuals::S<int __cdecl(void) __restrict> FTypeWithQuals::c17 ; CHECK: struct FTypeWithQuals::S<int __cdecl(void) const &> FTypeWithQuals::d20 ; CHECK: struct FTypeWithQuals::S<int __cdecl(void) volatile &> FTypeWithQuals::e23 ; CHECK: struct FTypeWithQuals::S<int __cdecl(void) __restrict &> FTypeWithQuals::f26 ; CHECK: struct FTypeWithQuals::S<int __cdecl(void) const &&> FTypeWithQuals::g29 ; CHECK: struct FTypeWithQuals::S<int __cdecl(void) volatile &&> FTypeWithQuals::h35 ; CHECK: struct FTypeWithQuals::S<int __cdecl(void)> FTypeWithQuals::j38 ; CHECK: struct FTypeWithQuals::S<int __cdecl(void) &> FTypeWithQuals::k[all …]
5 namespace FTypeWithQuals { namespace