Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp95 RecordDecl *SuperStructDecl; member in __anonc09f721f0111::RewriteModernObjC
692 SuperStructDecl = nullptr; in InitializeCommon()
2979 if (!SuperStructDecl) { in getSuperStructType()
2980 SuperStructDecl = RecordDecl::Create( in getSuperStructType()
2992 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl, in getSuperStructType()
3001 SuperStructDecl->completeDefinition(); in getSuperStructType()
3003 return Context->getTagDeclType(SuperStructDecl); in getSuperStructType()