Home | History | Annotate | Download | only in AST

Lines Matching refs:CFConstantStringTypeDecl

643     CFConstantStringTypeDecl(0), ObjCInstanceTypeDecl(0),
4334 if (!CFConstantStringTypeDecl) {
4335 CFConstantStringTypeDecl =
4338 CFConstantStringTypeDecl->startDefinition();
4353 FieldDecl *Field = FieldDecl::Create(*this, CFConstantStringTypeDecl,
4361 CFConstantStringTypeDecl->addDecl(Field);
4364 CFConstantStringTypeDecl->completeDefinition();
4367 return getTagDeclType(CFConstantStringTypeDecl);
4383 CFConstantStringTypeDecl = Rec->getDecl();