Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp91 RecordDecl *SuperStructDecl; member in __anonc8a4c0a50111::RewriteObjC
620 SuperStructDecl = nullptr; in InitializeCommon()
2524 if (!SuperStructDecl) { in getSuperStructType()
2525 SuperStructDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in getSuperStructType()
2537 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl, in getSuperStructType()
2546 SuperStructDecl->completeDefinition(); in getSuperStructType()
2548 return Context->getTagDeclType(SuperStructDecl); in getSuperStructType()
DRewriteModernObjC.cpp94 RecordDecl *SuperStructDecl; member in __anon8682a12a0111::RewriteModernObjC
688 SuperStructDecl = nullptr; in InitializeCommon()
2978 if (!SuperStructDecl) { in getSuperStructType()
2979 SuperStructDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in getSuperStructType()
2991 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl, in getSuperStructType()
3000 SuperStructDecl->completeDefinition(); in getSuperStructType()
3002 return Context->getTagDeclType(SuperStructDecl); in getSuperStructType()