Lines Matching refs:ASM
3543 ArrayType::ArraySizeModifier ASM, in getConstantArrayType() argument
3559 ConstantArrayType::Profile(ID, *this, EltTy, ArySize, SizeExpr, ASM, in getConstantArrayType()
3575 ASM, IndexTypeQuals); in getConstantArrayType()
3588 ConstantArrayType(EltTy, Canon, ArySize, SizeExpr, ASM, IndexTypeQuals); in getConstantArrayType()
3739 ArrayType::ArraySizeModifier ASM, in getVariableArrayType() argument
3750 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM, in getVariableArrayType()
3756 VariableArrayType(EltTy, Canon, NumElts, ASM, IndexTypeQuals, Brackets); in getVariableArrayType()
3768 ArrayType::ArraySizeModifier ASM, in getDependentSizedArrayType() argument
3783 numElements, ASM, elementTypeQuals, in getDependentSizedArrayType()
3798 ASM, elementTypeQuals, numElements); in getDependentSizedArrayType()
3808 QualType(), numElements, ASM, elementTypeQuals, in getDependentSizedArrayType()
3829 ASM, elementTypeQuals, brackets); in getDependentSizedArrayType()
3835 ArrayType::ArraySizeModifier ASM, in getIncompleteArrayType() argument
3838 IncompleteArrayType::Profile(ID, elementType, ASM, elementTypeQuals); in getIncompleteArrayType()
3854 ASM, elementTypeQuals); in getIncompleteArrayType()
3864 IncompleteArrayType(elementType, canon, ASM, elementTypeQuals); in getIncompleteArrayType()