Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h385 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr; variable
1734 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()
1735 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6532 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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4370 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore()
H A DASTReader.cpp4893 if (!Context.CFConstantStringTypeDecl) in InitializeContext()