Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3954 QualType CanonVecTy = getCanonicalType(VecType); in getDependentVectorType() local
3955 if (CanonVecTy == VecType) { in getDependentVectorType()
3966 QualType CanonTy = getDependentVectorType(CanonVecTy, SizeExpr, in getDependentVectorType()
4027 QualType CanonVecTy = getCanonicalType(vecType); in getDependentSizedExtVectorType() local
4028 if (CanonVecTy == vecType) { in getDependentSizedExtVectorType()
4039 QualType CanonExtTy = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentSizedExtVectorType()