Lines Matching refs:ASM
2506 ArrayType::ArraySizeModifier ASM, in getConstantArrayType() argument
2519 ConstantArrayType::Profile(ID, EltTy, ArySize, ASM, IndexTypeQuals); in getConstantArrayType()
2532 ASM, IndexTypeQuals); in getConstantArrayType()
2542 ConstantArrayType(EltTy, Canon, ArySize, ASM, IndexTypeQuals); in getConstantArrayType()
2684 ArrayType::ArraySizeModifier ASM, in getVariableArrayType() argument
2694 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM, in getVariableArrayType()
2700 VariableArrayType(EltTy, Canon, NumElts, ASM, IndexTypeQuals, Brackets); in getVariableArrayType()
2712 ArrayType::ArraySizeModifier ASM, in getDependentSizedArrayType() argument
2727 numElements, ASM, elementTypeQuals, in getDependentSizedArrayType()
2742 ASM, elementTypeQuals, numElements); in getDependentSizedArrayType()
2752 QualType(), numElements, ASM, elementTypeQuals, in getDependentSizedArrayType()
2772 ASM, elementTypeQuals, brackets); in getDependentSizedArrayType()
2778 ArrayType::ArraySizeModifier ASM, in getIncompleteArrayType() argument
2781 IncompleteArrayType::Profile(ID, elementType, ASM, elementTypeQuals); in getIncompleteArrayType()
2796 ASM, elementTypeQuals); in getIncompleteArrayType()
2806 IncompleteArrayType(elementType, canon, ASM, elementTypeQuals); in getIncompleteArrayType()