Searched defs:MemberPointerTypeInfo (Results 1 – 1 of 1) sorted by relevance
1362 struct MemberPointerTypeInfo : TypeInfoCommon { struct1364 unsigned TypeQuals : 4;1367 union {1370 } ScopeMem;1371 CXXScopeSpec &Scope() { in Scope()1374 const CXXScopeSpec &Scope() const { in Scope()1377 void destroy() { in destroy()