Searched refs:CFConstantStringTypeDecl (Results 1 – 3 of 3) sorted by relevance
246 mutable RecordDecl *CFConstantStringTypeDecl; variable1306 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()1307 return getTagDeclType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
737 CFConstantStringTypeDecl(nullptr), ObjCInstanceTypeDecl(nullptr), in ASTContext()4771 if (!CFConstantStringTypeDecl) { in getCFConstantStringType()4772 CFConstantStringTypeDecl = buildImplicitRecord("NSConstantString"); in getCFConstantStringType()4773 CFConstantStringTypeDecl->startDefinition(); in getCFConstantStringType()4788 FieldDecl *Field = FieldDecl::Create(*this, CFConstantStringTypeDecl, in getCFConstantStringType()4796 CFConstantStringTypeDecl->addDecl(Field); in getCFConstantStringType()4799 CFConstantStringTypeDecl->completeDefinition(); in getCFConstantStringType()4802 return getTagDeclType(CFConstantStringTypeDecl); in getCFConstantStringType()4817 CFConstantStringTypeDecl = Rec->getDecl(); in setCFConstantStringType()
3688 if (!Context.CFConstantStringTypeDecl) in InitializeContext()