Searched refs:CFConstantStringTypeDecl (Results 1 – 4 of 4) sorted by relevance
404 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr; variable1884 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()1885 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
7728 if (CFConstantStringTypeDecl) in getCFConstantStringDecl()7729 return CFConstantStringTypeDecl; in getCFConstantStringDecl()7805 CFConstantStringTypeDecl = in getCFConstantStringDecl()7808 return CFConstantStringTypeDecl; in getCFConstantStringDecl()7833 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl()); in setCFConstantStringType()7835 CFConstantStringTypeDecl->getUnderlyingType()->castAs<RecordType>(); in setCFConstantStringType()
5041 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in PrepareWritingSpecialDecls()
5107 if (!Context.CFConstantStringTypeDecl) in InitializeContext()