Searched refs:CFConstantStringTagDecl (Results 1 – 3 of 3) sorted by relevance
7731 assert(!CFConstantStringTagDecl && in getCFConstantStringDecl()7733 CFConstantStringTagDecl = buildImplicitRecord("__NSConstantString_tag"); in getCFConstantStringDecl()7734 CFConstantStringTagDecl->startDefinition(); in getCFConstantStringDecl()7793 FieldDecl::Create(*this, CFConstantStringTagDecl, SourceLocation(), in getCFConstantStringDecl()7798 CFConstantStringTagDecl->addDecl(Field); in getCFConstantStringDecl()7801 CFConstantStringTagDecl->completeDefinition(); in getCFConstantStringDecl()7804 auto tagType = getTagDeclType(CFConstantStringTagDecl); in getCFConstantStringDecl()7812 if (!CFConstantStringTagDecl) in getCFConstantStringTagDecl()7814 return CFConstantStringTagDecl; in getCFConstantStringTagDecl()7836 CFConstantStringTagDecl = TagType->getDecl(); in setCFConstantStringType()
403 mutable RecordDecl *CFConstantStringTagDecl = nullptr; variable
5043 RegisterPredefDecl(Context.CFConstantStringTagDecl, in PrepareWritingSpecialDecls()