Searched refs:CFConstantStringTypeDecl (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h256 mutable RecordDecl *CFConstantStringTypeDecl; member in class:clang::ASTContext
1383 if (CFConstantStringTypeDecl)
1384 return getTagDeclType(CFConstantStringTypeDecl);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp741 CFConstantStringTypeDecl(nullptr), ObjCInstanceTypeDecl(nullptr),
4873 if (!CFConstantStringTypeDecl) {
4874 CFConstantStringTypeDecl = buildImplicitRecord("NSConstantString");
4875 CFConstantStringTypeDecl->startDefinition();
4890 FieldDecl *Field = FieldDecl::Create(*this, CFConstantStringTypeDecl,
4898 CFConstantStringTypeDecl->addDecl(Field);
4901 CFConstantStringTypeDecl->completeDefinition();
4904 return getTagDeclType(CFConstantStringTypeDecl);
4919 CFConstantStringTypeDecl = Rec->getDecl();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp3939 if (!Context.CFConstantStringTypeDecl)

Completed in 88 milliseconds