Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp13337 QualType BaseDeclType = VDecl->getType(); in AddInitializerToDecl() local
13338 if (const ArrayType *Array = Context.getAsIncompleteArrayType(BaseDeclType)) in AddInitializerToDecl()
13339 BaseDeclType = Array->getElementType(); in AddInitializerToDecl()
13340 if (RequireCompleteType(VDecl->getLocation(), BaseDeclType, in AddInitializerToDecl()