Searched refs:CFConstantStringTypeDecl (Results 1 – 4 of 4) sorted by relevance
412 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr; variable1819 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()1820 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
7160 if (CFConstantStringTypeDecl) in getCFConstantStringDecl()7161 return CFConstantStringTypeDecl; in getCFConstantStringDecl()7237 CFConstantStringTypeDecl = in getCFConstantStringDecl()7240 return CFConstantStringTypeDecl; in getCFConstantStringDecl()7265 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl()); in setCFConstantStringType()7267 CFConstantStringTypeDecl->getUnderlyingType()->castAs<RecordType>(); in setCFConstantStringType()
4571 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore()
4925 if (!Context.CFConstantStringTypeDecl) in InitializeContext()