Searched defs:ImplicitDefaultFDInfoTy (Results 1 – 1 of 1) sorted by relevance
213 struct ImplicitDefaultFDInfoTy { struct215 const FieldDecl *FD = nullptr;217 size_t StackLevel = 0;219 VarDecl *VD = nullptr;220 ImplicitDefaultFDInfoTy(const FieldDecl *FD, size_t StackLevel, in ImplicitDefaultFDInfoTy() function