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.h1610 struct MemberPointerTypeInfo { struct
1615 SourceLocation StarLoc;
1618 alignas(CXXScopeSpec) char ScopeMem[sizeof(CXXScopeSpec)];
1619 CXXScopeSpec &Scope() { in Scope()
1622 const CXXScopeSpec &Scope() const { in Scope()
1625 void destroy() { in destroy()