Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DASTContext.cpp3884 QualType CanonVecTy = getCanonicalType(VecType); in getDependentVectorType() local
3885 if (CanonVecTy == VecType) { in getDependentVectorType()
3896 QualType CanonTy = getDependentVectorType(CanonVecTy, SizeExpr, in getDependentVectorType()
3957 QualType CanonVecTy = getCanonicalType(vecType); in getDependentSizedExtVectorType() local
3958 if (CanonVecTy == vecType) { in getDependentSizedExtVectorType()
3969 QualType CanonExtTy = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentSizedExtVectorType()
/external/clang/lib/AST/
DASTContext.cpp2964 QualType CanonVecTy = getCanonicalType(vecType); in getDependentSizedExtVectorType() local
2965 if (CanonVecTy == vecType) { in getDependentSizedExtVectorType()
2976 QualType Canon = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentSizedExtVectorType()