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

/external/clang/include/clang/AST/
H A DASTContext.h234 mutable RecordDecl *CFConstantStringTypeDecl; member in class:clang::ASTContext
1085 if (CFConstantStringTypeDecl)
1086 return getTagDeclType(CFConstantStringTypeDecl);
/external/clang/lib/AST/
H A DASTContext.cpp562 CFConstantStringTypeDecl(0), ObjCInstanceTypeDecl(0),
4153 if (!CFConstantStringTypeDecl) {
4154 CFConstantStringTypeDecl =
4157 CFConstantStringTypeDecl->startDefinition();
4172 FieldDecl *Field = FieldDecl::Create(*this, CFConstantStringTypeDecl,
4180 CFConstantStringTypeDecl->addDecl(Field);
4183 CFConstantStringTypeDecl->completeDefinition();
4186 return getTagDeclType(CFConstantStringTypeDecl);
4192 CFConstantStringTypeDecl = Rec->getDecl();
/external/clang/lib/Serialization/
H A DASTReader.cpp2873 if (!Context.CFConstantStringTypeDecl)

Completed in 133 milliseconds