Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h230 mutable RecordDecl *CFConstantStringTypeDecl; variable
1221 if (CFConstantStringTypeDecl) in getRawCFConstantStringType()
1222 return getTagDeclType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp727 CFConstantStringTypeDecl(0), ObjCInstanceTypeDecl(0), in ASTContext()
4494 if (!CFConstantStringTypeDecl) { in getCFConstantStringType()
4495 CFConstantStringTypeDecl = in getCFConstantStringType()
4498 CFConstantStringTypeDecl->startDefinition(); in getCFConstantStringType()
4513 FieldDecl *Field = FieldDecl::Create(*this, CFConstantStringTypeDecl, in getCFConstantStringType()
4521 CFConstantStringTypeDecl->addDecl(Field); in getCFConstantStringType()
4524 CFConstantStringTypeDecl->completeDefinition(); in getCFConstantStringType()
4527 return getTagDeclType(CFConstantStringTypeDecl); in getCFConstantStringType()
4543 CFConstantStringTypeDecl = Rec->getDecl(); in setCFConstantStringType()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp3217 if (!Context.CFConstantStringTypeDecl) in InitializeContext()