Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h1385 struct MemberPointerTypeInfo : TypeInfoCommon { struct
1387 unsigned TypeQuals : 4;
1390 union {
1393 } ScopeMem;
1394 CXXScopeSpec &Scope() { in Scope()
1397 const CXXScopeSpec &Scope() const { in Scope()
1400 void destroy() { in destroy()