Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h353 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr; variable
1612 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()
1613 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp5823 if (CFConstantStringTypeDecl) in getCFConstantStringDecl()
5824 return CFConstantStringTypeDecl; in getCFConstantStringDecl()
5900 CFConstantStringTypeDecl = in getCFConstantStringDecl()
5903 return CFConstantStringTypeDecl; in getCFConstantStringDecl()
5929 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl()); in setCFConstantStringType()
5931 CFConstantStringTypeDecl->getUnderlyingType()->getAs<RecordType>(); in setCFConstantStringType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4679 RegisterPredefDecl(Context.CFConstantStringTypeDecl, in WriteASTCore()
H A DASTReader.cpp4465 if (!Context.CFConstantStringTypeDecl) in InitializeContext()