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

/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp94 RecordDecl *SuperStructDecl; member in class:__anon1061::RewriteModernObjC
694 SuperStructDecl = nullptr;
3017 if (!SuperStructDecl) {
3018 SuperStructDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
3030 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl,
3039 SuperStructDecl->completeDefinition();
3041 return Context->getTagDeclType(SuperStructDecl);
H A DRewriteObjC.cpp92 RecordDecl *SuperStructDecl; member in class:__anon1064::RewriteObjC
620 SuperStructDecl = nullptr;
2528 if (!SuperStructDecl) {
2529 SuperStructDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl,
2541 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl,
2550 SuperStructDecl->completeDefinition();
2552 return Context->getTagDeclType(SuperStructDecl);

Completed in 88 milliseconds