Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h246 mutable RecordDecl *CFConstantStringTypeDecl; variable
1306 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()
1307 return getTagDeclType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp737 CFConstantStringTypeDecl(nullptr), ObjCInstanceTypeDecl(nullptr), in ASTContext()
4771 if (!CFConstantStringTypeDecl) { in getCFConstantStringType()
4772 CFConstantStringTypeDecl = buildImplicitRecord("NSConstantString"); in getCFConstantStringType()
4773 CFConstantStringTypeDecl->startDefinition(); in getCFConstantStringType()
4788 FieldDecl *Field = FieldDecl::Create(*this, CFConstantStringTypeDecl, in getCFConstantStringType()
4796 CFConstantStringTypeDecl->addDecl(Field); in getCFConstantStringType()
4799 CFConstantStringTypeDecl->completeDefinition(); in getCFConstantStringType()
4802 return getTagDeclType(CFConstantStringTypeDecl); in getCFConstantStringType()
4817 CFConstantStringTypeDecl = Rec->getDecl(); in setCFConstantStringType()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp3688 if (!Context.CFConstantStringTypeDecl) in InitializeContext()