Searched refs:CFConstantStringTypeDecl (Results 1 – 4 of 4) sorted by relevance
385 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr; variable1734 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()1735 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
6532 if (CFConstantStringTypeDecl) in getCFConstantStringDecl()6533 return CFConstantStringTypeDecl; in getCFConstantStringDecl()6609 CFConstantStringTypeDecl = in getCFConstantStringDecl()6612 return CFConstantStringTypeDecl; in getCFConstantStringDecl()6637 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl()); in setCFConstantStringType()6639 CFConstantStringTypeDecl->getUnderlyingType()->castAs<RecordType>(); in setCFConstantStringType()
4370 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore()
4893 if (!Context.CFConstantStringTypeDecl) in InitializeContext()