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

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1537 const ExtVectorType *VectorParam = cast<ExtVectorType>(Param); local
1540 if (VectorParam->getNumElements() != VectorArg->getNumElements())
1545 VectorParam->getElementType(),
1558 VectorParam->getElementType(),
1570 const DependentSizedExtVectorType *VectorParam local
1577 VectorParam->getElementType(),
1584 = getDeducedParameterFromExpr(VectorParam->getSizeExpr());
1599 VectorParam->getElementType(),
1606 = getDeducedParameterFromExpr(VectorParam->getSizeExpr());

Completed in 147 milliseconds