Searched refs:CFConstantStringTypeDecl (Results 1 – 4 of 4) sorted by relevance
419 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr; variable2069 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()2070 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
8324 if (CFConstantStringTypeDecl) in getCFConstantStringDecl()8325 return CFConstantStringTypeDecl; in getCFConstantStringDecl()8401 CFConstantStringTypeDecl = in getCFConstantStringDecl()8404 return CFConstantStringTypeDecl; in getCFConstantStringDecl()8429 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl()); in setCFConstantStringType()
5400 if (!Context.CFConstantStringTypeDecl) in InitializeContext()8189 if (Context.CFConstantStringTypeDecl) in getPredefinedDecl()8190 return Context.CFConstantStringTypeDecl; in getPredefinedDecl()
5598 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in PrepareWritingSpecialDecls()