Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp8155 QualType BaseDeclType = VDecl->getType(); in AddInitializerToDecl() local
8156 if (const ArrayType *Array = Context.getAsIncompleteArrayType(BaseDeclType)) in AddInitializerToDecl()
8157 BaseDeclType = Array->getElementType(); in AddInitializerToDecl()
8158 if (RequireCompleteType(VDecl->getLocation(), BaseDeclType, in AddInitializerToDecl()