Searched refs:CFConstantStringTypeDecl (Results 1 – 4 of 4) sorted by relevance
386 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr; variable1794 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()1795 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
7265 if (CFConstantStringTypeDecl) in getCFConstantStringDecl()7266 return CFConstantStringTypeDecl; in getCFConstantStringDecl()7342 CFConstantStringTypeDecl = in getCFConstantStringDecl()7345 return CFConstantStringTypeDecl; in getCFConstantStringDecl()7370 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl()); in setCFConstantStringType()7372 CFConstantStringTypeDecl->getUnderlyingType()->castAs<RecordType>(); in setCFConstantStringType()
4675 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore()
4931 if (!Context.CFConstantStringTypeDecl) in InitializeContext()