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