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

/external/clang/include/clang/AST/
H A DASTContext.h231 mutable RecordDecl *CFConstantStringTypeDecl; member in class:clang::ASTContext
1248 if (CFConstantStringTypeDecl)
1249 return getTagDeclType(CFConstantStringTypeDecl);
/external/clang/lib/AST/
H A DASTContext.cpp737 CFConstantStringTypeDecl(nullptr), ObjCInstanceTypeDecl(nullptr),
4565 if (!CFConstantStringTypeDecl) {
4566 CFConstantStringTypeDecl = buildImplicitRecord("NSConstantString");
4567 CFConstantStringTypeDecl->startDefinition();
4582 FieldDecl *Field = FieldDecl::Create(*this, CFConstantStringTypeDecl,
4590 CFConstantStringTypeDecl->addDecl(Field);
4593 CFConstantStringTypeDecl->completeDefinition();
4596 return getTagDeclType(CFConstantStringTypeDecl);
4611 CFConstantStringTypeDecl = Rec->getDecl();
/external/clang/lib/Serialization/
H A DASTReader.cpp3774 if (!Context.CFConstantStringTypeDecl)

Completed in 577 milliseconds