Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h392 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr; variable
1817 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()
1818 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7272 if (CFConstantStringTypeDecl) in getCFConstantStringDecl()
7273 return CFConstantStringTypeDecl; in getCFConstantStringDecl()
7349 CFConstantStringTypeDecl = in getCFConstantStringDecl()
7352 return CFConstantStringTypeDecl; in getCFConstantStringDecl()
7377 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl()); in setCFConstantStringType()
7379 CFConstantStringTypeDecl->getUnderlyingType()->castAs<RecordType>(); in setCFConstantStringType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4778 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore()
H A DASTReader.cpp5101 if (!Context.CFConstantStringTypeDecl) in InitializeContext()