Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1323 struct MemberPointerTypeInfo : TypeInfoCommon { struct
1325 unsigned TypeQuals : 4;
1328 union {
1331 } ScopeMem;
1332 CXXScopeSpec &Scope() { in Scope()
1335 const CXXScopeSpec &Scope() const { in Scope()
1338 void destroy() { in destroy()