Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1608 struct MemberPointerTypeInfo { struct
1613 SourceLocation StarLoc;
1616 alignas(CXXScopeSpec) char ScopeMem[sizeof(CXXScopeSpec)];
1617 CXXScopeSpec &Scope() { in Scope()
1620 const CXXScopeSpec &Scope() const { in Scope()
1623 void destroy() { in destroy()