Home
last modified time | relevance | path

Searched defs:MemberPointerTypeInfo (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1521 struct MemberPointerTypeInfo { struct
1523 unsigned TypeQuals : 5;
1525 unsigned StarLoc;
1528 alignas(CXXScopeSpec) char ScopeMem[sizeof(CXXScopeSpec)];
1529 CXXScopeSpec &Scope() { in Scope()
1532 const CXXScopeSpec &Scope() const { in Scope()
1535 void destroy() { in destroy()