Searched defs:ImplicitDefaultFDInfoTy (Results 1 – 1 of 1) sorted by relevance
203 struct ImplicitDefaultFDInfoTy { struct205 const FieldDecl *FD = nullptr;207 size_t StackLevel = 0;209 VarDecl *VD = nullptr;210 ImplicitDefaultFDInfoTy(const FieldDecl *FD, size_t StackLevel, in ImplicitDefaultFDInfoTy() argument