Searched refs:SuperStructDecl (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 91 RecordDecl *SuperStructDecl; member in __anon40098a510111::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 | 95 RecordDecl *SuperStructDecl; member in __anon2abafbd60111::RewriteModernObjC 693 SuperStructDecl = nullptr; in InitializeCommon() 2980 if (!SuperStructDecl) { in getSuperStructType() 2981 SuperStructDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in getSuperStructType() 2993 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl, in getSuperStructType() 3002 SuperStructDecl->completeDefinition(); in getSuperStructType() 3004 return Context->getTagDeclType(SuperStructDecl); in getSuperStructType()
|