Searched defs:MemberPointerTypeInfo (Results 1 – 1 of 1) sorted by relevance
1323 struct MemberPointerTypeInfo : TypeInfoCommon { struct1325 unsigned TypeQuals : 4;1328 union {1331 } ScopeMem;1332 CXXScopeSpec &Scope() { in Scope()1335 const CXXScopeSpec &Scope() const { in Scope()1338 void destroy() { in destroy()