Searched defs:MemberPointerTypeInfo (Results 1 – 1 of 1) sorted by relevance
1193 struct MemberPointerTypeInfo : TypeInfoCommon { struct1195 unsigned TypeQuals : 3;1198 union {1201 } ScopeMem;1202 CXXScopeSpec &Scope() { in Scope()1205 const CXXScopeSpec &Scope() const { in Scope()1208 void destroy() { in destroy()