Home | History | Annotate | Download | only in Frontend

Lines Matching refs:SuperStructDecl

92     RecordDecl *SuperStructDecl;
706 SuperStructDecl = nullptr;
3035 if (!SuperStructDecl) {
3036 SuperStructDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
3048 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl,
3057 SuperStructDecl->completeDefinition();
3059 return Context->getTagDeclType(SuperStructDecl);