Searched refs:CFConstantStringTypeDecl (Results 1 – 3 of 3) sorted by relevance
230 mutable RecordDecl *CFConstantStringTypeDecl; variable1221 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()1222 return getTagDeclType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
727 CFConstantStringTypeDecl(0), ObjCInstanceTypeDecl(0), in ASTContext()4494 if (!CFConstantStringTypeDecl) { in getCFConstantStringType()4495 CFConstantStringTypeDecl = in getCFConstantStringType()4498 CFConstantStringTypeDecl->startDefinition(); in getCFConstantStringType()4513 FieldDecl *Field = FieldDecl::Create(*this, CFConstantStringTypeDecl, in getCFConstantStringType()4521 CFConstantStringTypeDecl->addDecl(Field); in getCFConstantStringType()4524 CFConstantStringTypeDecl->completeDefinition(); in getCFConstantStringType()4527 return getTagDeclType(CFConstantStringTypeDecl); in getCFConstantStringType()4543 CFConstantStringTypeDecl = Rec->getDecl(); in setCFConstantStringType()
3217 if (!Context.CFConstantStringTypeDecl) in InitializeContext()