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

/external/clang/include/clang/AST/
H A DASTContext.h240 mutable RecordDecl *CFConstantStringTypeDecl; member in class:clang::ASTContext
1272 if (CFConstantStringTypeDecl)
1273 return getTagDeclType(CFConstantStringTypeDecl);
/external/clang/lib/AST/
H A DASTContext.cpp737 CFConstantStringTypeDecl(nullptr), ObjCInstanceTypeDecl(nullptr),
4673 if (!CFConstantStringTypeDecl) {
4674 CFConstantStringTypeDecl = buildImplicitRecord("NSConstantString");
4675 CFConstantStringTypeDecl->startDefinition();
4690 FieldDecl *Field = FieldDecl::Create(*this, CFConstantStringTypeDecl,
4698 CFConstantStringTypeDecl->addDecl(Field);
4701 CFConstantStringTypeDecl->completeDefinition();
4704 return getTagDeclType(CFConstantStringTypeDecl);
4719 CFConstantStringTypeDecl = Rec->getDecl();
/external/clang/lib/Serialization/
H A DASTReader.cpp3971 if (!Context.CFConstantStringTypeDecl)

Completed in 120 milliseconds