Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp9598 QualType BaseDeclType = VDecl->getType(); in AddInitializerToDecl() local
9599 if (const ArrayType *Array = Context.getAsIncompleteArrayType(BaseDeclType)) in AddInitializerToDecl()
9600 BaseDeclType = Array->getElementType(); in AddInitializerToDecl()
9601 if (RequireCompleteType(VDecl->getLocation(), BaseDeclType, in AddInitializerToDecl()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp12044 QualType BaseDeclType = VDecl->getType(); in AddInitializerToDecl() local
12045 if (const ArrayType *Array = Context.getAsIncompleteArrayType(BaseDeclType)) in AddInitializerToDecl()
12046 BaseDeclType = Array->getElementType(); in AddInitializerToDecl()
12047 if (RequireCompleteType(VDecl->getLocation(), BaseDeclType, in AddInitializerToDecl()