Searched refs:ConstantArrayArg (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1608 const ConstantArrayType *ConstantArrayArg = local
1610 if (!ConstantArrayArg)
1615 if (ConstantArrayArg->getSize() != ConstantArrayParm->getSize())
1621 ConstantArrayArg->getElementType(),
1653 if (const ConstantArrayType *ConstantArrayArg
1655 llvm::APSInt Size(ConstantArrayArg->getSize());

Completed in 111 milliseconds