Home
last modified time | relevance | path

Searched refs:BaseDeclType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp12709 QualType BaseDeclType = VDecl->getType(); in AddInitializerToDecl() local
12710 if (const ArrayType *Array = Context.getAsIncompleteArrayType(BaseDeclType)) in AddInitializerToDecl()
12711 BaseDeclType = Array->getElementType(); in AddInitializerToDecl()
12712 if (RequireCompleteType(VDecl->getLocation(), BaseDeclType, in AddInitializerToDecl()