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

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

Completed in 144 milliseconds