Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp12153 QualType BaseDeclType = VDecl->getType(); in AddInitializerToDecl() local
12154 if (const ArrayType *Array = Context.getAsIncompleteArrayType(BaseDeclType)) in AddInitializerToDecl()
12155 BaseDeclType = Array->getElementType(); in AddInitializerToDecl()
12156 if (RequireCompleteType(VDecl->getLocation(), BaseDeclType, in AddInitializerToDecl()