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

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

Completed in 30 milliseconds