Home | History | Annotate | Download | only in Frontend

Lines Matching refs:SuperStructDecl

90     RecordDecl *SuperStructDecl;
629 SuperStructDecl = nullptr;
2537 if (!SuperStructDecl) {
2538 SuperStructDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2550 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl,
2559 SuperStructDecl->completeDefinition();
2561 return Context->getTagDeclType(SuperStructDecl);