Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1415 struct MemberPointerTypeInfo : TypeInfoCommon { struct
1417 unsigned TypeQuals : 5;
1420 union {
1423 } ScopeMem;
1424 CXXScopeSpec &Scope() { in Scope()
1427 const CXXScopeSpec &Scope() const { in Scope()
1430 void destroy() { in destroy()