Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp8848 QualType BaseDeclType = VDecl->getType(); in AddInitializerToDecl() local
8849 if (const ArrayType *Array = Context.getAsIncompleteArrayType(BaseDeclType)) in AddInitializerToDecl()
8850 BaseDeclType = Array->getElementType(); in AddInitializerToDecl()
8851 if (RequireCompleteType(VDecl->getLocation(), BaseDeclType, in AddInitializerToDecl()