Searched refs:BaseDeclType (Results 1 – 1 of 1) sorted by relevance
8733 QualType BaseDeclType = VDecl->getType(); in AddInitializerToDecl() local8734 if (const ArrayType *Array = Context.getAsIncompleteArrayType(BaseDeclType)) in AddInitializerToDecl()8735 BaseDeclType = Array->getElementType(); in AddInitializerToDecl()8736 if (RequireCompleteType(VDecl->getLocation(), BaseDeclType, in AddInitializerToDecl()