Searched refs:SuperStructDecl (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp94 RecordDecl *SuperStructDecl; member in class:__anon1907::RewriteModernObjC
691 SuperStructDecl = nullptr;
2976 if (!SuperStructDecl) {
2977 SuperStructDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2989 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl,
2998 SuperStructDecl->completeDefinition();
3000 return Context->getTagDeclType(SuperStructDecl);
H A DRewriteObjC.cpp91 RecordDecl *SuperStructDecl; member in class:__anon1910::RewriteObjC
620 SuperStructDecl = nullptr;
2531 if (!SuperStructDecl) {
2532 SuperStructDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2544 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl,
2553 SuperStructDecl->completeDefinition();
2555 return Context->getTagDeclType(SuperStructDecl);

Completed in 128 milliseconds