Searched refs:CFConstantStringTypeDecl (Results 1 – 4 of 4) sorted by relevance
263 mutable TypedefDecl *CFConstantStringTypeDecl; variable1388 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()1389 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
739 CFConstantStringTagDecl(nullptr), CFConstantStringTypeDecl(nullptr), in ASTContext()4888 if (!CFConstantStringTypeDecl) { in getCFConstantStringDecl()4928 CFConstantStringTypeDecl = in getCFConstantStringDecl()4932 return CFConstantStringTypeDecl; in getCFConstantStringDecl()4958 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl()); in setCFConstantStringType()4960 CFConstantStringTypeDecl->getUnderlyingType()->getAs<RecordType>(); in setCFConstantStringType()
4190 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore()
3942 if (!Context.CFConstantStringTypeDecl) in InitializeContext()