Searched refs:CFConstantStringTypeDecl (Results 1 – 8 of 8) sorted by relevance
263 mutable TypedefDecl *CFConstantStringTypeDecl; variable1388 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()1389 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
377 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr; variable1646 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()1647 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()
6444 if (CFConstantStringTypeDecl) in getCFConstantStringDecl()6445 return CFConstantStringTypeDecl; in getCFConstantStringDecl()6521 CFConstantStringTypeDecl = in getCFConstantStringDecl()6524 return CFConstantStringTypeDecl; in getCFConstantStringDecl()6549 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl()); in setCFConstantStringType()6551 CFConstantStringTypeDecl->getUnderlyingType()->castAs<RecordType>(); in setCFConstantStringType()
4190 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore()
3942 if (!Context.CFConstantStringTypeDecl) in InitializeContext()
4452 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore()
4852 if (!Context.CFConstantStringTypeDecl) in InitializeContext()