Searched defs:MemberPointerTypeInfo (Results 1 – 1 of 1) sorted by relevance
1415 struct MemberPointerTypeInfo : TypeInfoCommon { struct1417 unsigned TypeQuals : 5;1420 union {1423 } ScopeMem;1424 CXXScopeSpec &Scope() { in Scope()1427 const CXXScopeSpec &Scope() const { in Scope()1430 void destroy() { in destroy()