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