Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DASTContext.cpp4089 QualType CanonVecTy = getCanonicalType(VecType); in getDependentVectorType() local
4090 if (CanonVecTy == VecType) { in getDependentVectorType()
4101 QualType CanonTy = getDependentVectorType(CanonVecTy, SizeExpr, in getDependentVectorType()
4166 QualType CanonVecTy = getCanonicalType(vecType); in getDependentSizedExtVectorType() local
4167 if (CanonVecTy == vecType) { in getDependentSizedExtVectorType()
4178 QualType CanonExtTy = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentSizedExtVectorType()