Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp11035 QualType BaseDeclType = VDecl->getType(); in AddInitializerToDecl() local
11036 if (const ArrayType *Array = Context.getAsIncompleteArrayType(BaseDeclType)) in AddInitializerToDecl()
11037 BaseDeclType = Array->getElementType(); in AddInitializerToDecl()
11038 if (RequireCompleteType(VDecl->getLocation(), BaseDeclType, in AddInitializerToDecl()