Searched refs:CFConstantStringTypeDecl (Results 1 – 4 of 4) sorted by relevance
392 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr; variable1817 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()1818 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
7272 if (CFConstantStringTypeDecl) in getCFConstantStringDecl()7273 return CFConstantStringTypeDecl; in getCFConstantStringDecl()7349 CFConstantStringTypeDecl = in getCFConstantStringDecl()7352 return CFConstantStringTypeDecl; in getCFConstantStringDecl()7377 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl()); in setCFConstantStringType()7379 CFConstantStringTypeDecl->getUnderlyingType()->castAs<RecordType>(); in setCFConstantStringType()
4778 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore()
5101 if (!Context.CFConstantStringTypeDecl) in InitializeContext()