Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp92 RecordDecl *ConstantStringDecl; member in __anon61cc94f20111::RewriteObjC
623 ConstantStringDecl = nullptr; in InitializeCommon()
2561 if (!ConstantStringDecl) { in getConstantStringStructType()
2562 ConstantStringDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in getConstantStringStructType()
2578 ConstantStringDecl->addDecl(FieldDecl::Create(*Context, in getConstantStringStructType()
2579 ConstantStringDecl, in getConstantStringStructType()
2588 ConstantStringDecl->completeDefinition(); in getConstantStringStructType()
2590 return Context->getTagDeclType(ConstantStringDecl); in getConstantStringStructType()
DRewriteModernObjC.cpp95 RecordDecl *ConstantStringDecl; member in __anon827dbb370111::RewriteModernObjC
694 ConstantStringDecl = nullptr; in InitializeCommon()
3007 if (!ConstantStringDecl) { in getConstantStringStructType()
3008 ConstantStringDecl = RecordDecl::Create(*Context, TTK_Struct, TUDecl, in getConstantStringStructType()
3024 ConstantStringDecl->addDecl(FieldDecl::Create(*Context, in getConstantStringStructType()
3025 ConstantStringDecl, in getConstantStringStructType()
3034 ConstantStringDecl->completeDefinition(); in getConstantStringStructType()
3036 return Context->getTagDeclType(ConstantStringDecl); in getConstantStringStructType()