Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp92 RecordDecl *SuperStructDecl; member in __anonb8493dda0111::RewriteObjC
619 SuperStructDecl = nullptr; in InitializeCommon()
2531 if (!SuperStructDecl) { in getSuperStructType()
2532 SuperStructDecl = RecordDecl::Create(*Context, TagTypeKind::Struct, TUDecl, in getSuperStructType()
2544 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl, in getSuperStructType()
2553 SuperStructDecl->completeDefinition(); in getSuperStructType()
2555 return Context->getTagDeclType(SuperStructDecl); in getSuperStructType()
H A DRewriteModernObjC.cpp96 RecordDecl *SuperStructDecl; member in __anonc09f721f0111::RewriteModernObjC
691 SuperStructDecl = nullptr; in InitializeCommon()
2978 if (!SuperStructDecl) { in getSuperStructType()
2979 SuperStructDecl = RecordDecl::Create( in getSuperStructType()
2991 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl, in getSuperStructType()
3000 SuperStructDecl->completeDefinition(); in getSuperStructType()
3002 return Context->getTagDeclType(SuperStructDecl); in getSuperStructType()