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

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1578 const ExtVectorType *VectorParam = cast<ExtVectorType>(Param); local
1581 if (VectorParam->getNumElements() != VectorArg->getNumElements())
1586 VectorParam->getElementType(),
1599 VectorParam->getElementType(),
1611 const DependentSizedExtVectorType *VectorParam local
1618 VectorParam->getElementType(),
1625 = getDeducedParameterFromExpr(VectorParam->getSizeExpr());
1640 VectorParam->getElementType(),
1647 = getDeducedParameterFromExpr(VectorParam->getSizeExpr());

Completed in 95 milliseconds