Home
last modified time | relevance | path

Searched refs:CFConstantStringTypeDecl (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h412 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr; variable
1819 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()
1820 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp7160 if (CFConstantStringTypeDecl) in getCFConstantStringDecl()
7161 return CFConstantStringTypeDecl; in getCFConstantStringDecl()
7237 CFConstantStringTypeDecl = in getCFConstantStringDecl()
7240 return CFConstantStringTypeDecl; in getCFConstantStringDecl()
7265 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl()); in setCFConstantStringType()
7267 CFConstantStringTypeDecl->getUnderlyingType()->castAs<RecordType>(); in setCFConstantStringType()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp4571 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore()
H A DASTReader.cpp4925 if (!Context.CFConstantStringTypeDecl) in InitializeContext()