Lines Matching refs:ASM
3430 ArrayType::ArraySizeModifier ASM, in getConstantArrayType() argument
3446 ConstantArrayType::Profile(ID, *this, EltTy, ArySize, SizeExpr, ASM, in getConstantArrayType()
3461 ASM, IndexTypeQuals); in getConstantArrayType()
3474 ConstantArrayType(EltTy, Canon, ArySize, SizeExpr, ASM, IndexTypeQuals); in getConstantArrayType()
3625 ArrayType::ArraySizeModifier ASM, in getVariableArrayType() argument
3635 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM, in getVariableArrayType()
3641 VariableArrayType(EltTy, Canon, NumElts, ASM, IndexTypeQuals, Brackets); in getVariableArrayType()
3653 ArrayType::ArraySizeModifier ASM, in getDependentSizedArrayType() argument
3668 numElements, ASM, elementTypeQuals, in getDependentSizedArrayType()
3683 ASM, elementTypeQuals, numElements); in getDependentSizedArrayType()
3693 QualType(), numElements, ASM, elementTypeQuals, in getDependentSizedArrayType()
3714 ASM, elementTypeQuals, brackets); in getDependentSizedArrayType()
3720 ArrayType::ArraySizeModifier ASM, in getIncompleteArrayType() argument
3723 IncompleteArrayType::Profile(ID, elementType, ASM, elementTypeQuals); in getIncompleteArrayType()
3738 ASM, elementTypeQuals); in getIncompleteArrayType()
3748 IncompleteArrayType(elementType, canon, ASM, elementTypeQuals); in getIncompleteArrayType()