Searched refs:CFConstantStringTypeDecl (Results 1 – 4 of 4) sorted by relevance
353 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr; variable1612 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()1613 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
5823 if (CFConstantStringTypeDecl) in getCFConstantStringDecl()5824 return CFConstantStringTypeDecl; in getCFConstantStringDecl()5900 CFConstantStringTypeDecl = in getCFConstantStringDecl()5903 return CFConstantStringTypeDecl; in getCFConstantStringDecl()5929 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl()); in setCFConstantStringType()5931 CFConstantStringTypeDecl->getUnderlyingType()->getAs<RecordType>(); in setCFConstantStringType()
4679 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore()
4465 if (!Context.CFConstantStringTypeDecl) in InitializeContext()