D | ASTContext.cpp | 2474 QualType Canon; in getConstantArrayType() local 2477 Canon = getConstantArrayType(QualType(canonSplit.Ty, 0), ArySize, in getConstantArrayType() 2479 Canon = getQualifiedType(Canon, canonSplit.Quals); in getConstantArrayType() 2488 ConstantArrayType(EltTy, Canon, ArySize, ASM, IndexTypeQuals); in getConstantArrayType() 2635 QualType Canon; in getVariableArrayType() local 2640 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM, in getVariableArrayType() 2642 Canon = getQualifiedType(Canon, canonSplit.Quals); in getVariableArrayType() 2646 VariableArrayType(EltTy, Canon, NumElts, ASM, IndexTypeQuals, Brackets); in getVariableArrayType() 2830 DependentSizedExtVectorType *Canon in getDependentSizedExtVectorType() local 2833 if (Canon) { in getDependentSizedExtVectorType() [all …]
|