Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp13838 QualType VDeclType = VDecl->getType(); in AddInitializerToDecl() local
13840 !VDeclType->isDependentType() && in AddInitializerToDecl()
13841 Context.getAsIncompleteArrayType(VDeclType) && in AddInitializerToDecl()
13846 << VDeclType; in AddInitializerToDecl()