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

/external/clang/lib/AST/
H A DASTContext.cpp2760 QualType CanonVecTy = getCanonicalType(vecType); local
2761 if (CanonVecTy == vecType) {
2772 QualType Canon = getDependentSizedExtVectorType(CanonVecTy, SizeExpr,

Completed in 96 milliseconds