Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1392 struct MemberPointerTypeInfo : TypeInfoCommon { struct
1394 unsigned TypeQuals : 4;
1397 union {
1400 } ScopeMem;
1401 CXXScopeSpec &Scope() { in Scope()
1404 const CXXScopeSpec &Scope() const { in Scope()
1407 void destroy() { in destroy()