Searched refs:SuperStructDecl (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 91 RecordDecl *SuperStructDecl; member in __anonf8c858050111::RewriteObjC 621 SuperStructDecl = nullptr; in InitializeCommon() 2533 if (!SuperStructDecl) { in getSuperStructType() 2534 SuperStructDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in getSuperStructType() 2546 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl, in getSuperStructType() 2555 SuperStructDecl->completeDefinition(); in getSuperStructType() 2557 return Context->getTagDeclType(SuperStructDecl); in getSuperStructType()
|
H A D | RewriteModernObjC.cpp | 94 RecordDecl *SuperStructDecl; member in __anon7c92408a0111::RewriteModernObjC 692 SuperStructDecl = nullptr; in InitializeCommon() 2979 if (!SuperStructDecl) { in getSuperStructType() 2980 SuperStructDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in getSuperStructType() 2992 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl, in getSuperStructType() 3001 SuperStructDecl->completeDefinition(); in getSuperStructType() 3003 return Context->getTagDeclType(SuperStructDecl); in getSuperStructType()
|