Lines Matching refs:ASM
3072 ArrayType::ArraySizeModifier ASM, in getConstantArrayType() argument
3084 ConstantArrayType::Profile(ID, EltTy, ArySize, ASM, IndexTypeQuals); in getConstantArrayType()
3097 ASM, IndexTypeQuals); in getConstantArrayType()
3107 ConstantArrayType(EltTy, Canon, ArySize, ASM, IndexTypeQuals); in getConstantArrayType()
3253 ArrayType::ArraySizeModifier ASM, in getVariableArrayType() argument
3263 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM, in getVariableArrayType()
3269 VariableArrayType(EltTy, Canon, NumElts, ASM, IndexTypeQuals, Brackets); in getVariableArrayType()
3281 ArrayType::ArraySizeModifier ASM, in getDependentSizedArrayType() argument
3296 numElements, ASM, elementTypeQuals, in getDependentSizedArrayType()
3311 ASM, elementTypeQuals, numElements); in getDependentSizedArrayType()
3321 QualType(), numElements, ASM, elementTypeQuals, in getDependentSizedArrayType()
3342 ASM, elementTypeQuals, brackets); in getDependentSizedArrayType()
3348 ArrayType::ArraySizeModifier ASM, in getIncompleteArrayType() argument
3351 IncompleteArrayType::Profile(ID, elementType, ASM, elementTypeQuals); in getIncompleteArrayType()
3366 ASM, elementTypeQuals); in getIncompleteArrayType()
3376 IncompleteArrayType(elementType, canon, ASM, elementTypeQuals); in getIncompleteArrayType()