Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1522 struct MemberPointerTypeInfo { struct
1524 unsigned TypeQuals : 5;
1526 SourceLocation StarLoc;
1529 alignas(CXXScopeSpec) char ScopeMem[sizeof(CXXScopeSpec)];
1530 CXXScopeSpec &Scope() { in Scope()
1533 const CXXScopeSpec &Scope() const { in Scope()
1536 void destroy() { in destroy()