Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h404 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr; variable
1884 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()
1885 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7728 if (CFConstantStringTypeDecl) in getCFConstantStringDecl()
7729 return CFConstantStringTypeDecl; in getCFConstantStringDecl()
7805 CFConstantStringTypeDecl = in getCFConstantStringDecl()
7808 return CFConstantStringTypeDecl; in getCFConstantStringDecl()
7833 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl()); in setCFConstantStringType()
7835 CFConstantStringTypeDecl->getUnderlyingType()->castAs<RecordType>(); in setCFConstantStringType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5041 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in PrepareWritingSpecialDecls()
H A DASTReader.cpp5107 if (!Context.CFConstantStringTypeDecl) in InitializeContext()