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

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1557 const ExtVectorType *VectorParam = cast<ExtVectorType>(Param); local
1560 if (VectorParam->getNumElements() != VectorArg->getNumElements())
1565 VectorParam->getElementType(),
1578 VectorParam->getElementType(),
1590 const DependentSizedExtVectorType *VectorParam local
1597 VectorParam->getElementType(),
1604 = getDeducedParameterFromExpr(VectorParam->getSizeExpr());
1619 VectorParam->getElementType(),
1626 = getDeducedParameterFromExpr(VectorParam->getSizeExpr());

Completed in 49 milliseconds