Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp13072 QualType BaseDeclType = VDecl->getType(); in AddInitializerToDecl() local
13073 if (const ArrayType *Array = Context.getAsIncompleteArrayType(BaseDeclType)) in AddInitializerToDecl()
13074 BaseDeclType = Array->getElementType(); in AddInitializerToDecl()
13075 if (RequireCompleteType(VDecl->getLocation(), BaseDeclType, in AddInitializerToDecl()