Home
last modified time | relevance | path

Searched defs:MemberPointerTypeInfo (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h1193 struct MemberPointerTypeInfo : TypeInfoCommon { struct
1195 unsigned TypeQuals : 3;
1198 union {
1201 } ScopeMem;
1202 CXXScopeSpec &Scope() { in Scope()
1205 const CXXScopeSpec &Scope() const { in Scope()
1208 void destroy() { in destroy()