Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp92 RecordDecl *SuperStructDecl; member in __anon0b295c890111::RewriteObjC
621 SuperStructDecl = nullptr; in InitializeCommon()
2523 if (!SuperStructDecl) { in getSuperStructType()
2524 SuperStructDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in getSuperStructType()
2536 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl, in getSuperStructType()
2545 SuperStructDecl->completeDefinition(); in getSuperStructType()
2547 return Context->getTagDeclType(SuperStructDecl); in getSuperStructType()
H A DRewriteModernObjC.cpp95 RecordDecl *SuperStructDecl; member in __anonadad980e0111::RewriteModernObjC
692 SuperStructDecl = nullptr; in InitializeCommon()
2973 if (!SuperStructDecl) { in getSuperStructType()
2974 SuperStructDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in getSuperStructType()
2986 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl, in getSuperStructType()
2995 SuperStructDecl->completeDefinition(); in getSuperStructType()
2997 return Context->getTagDeclType(SuperStructDecl); in getSuperStructType()