Home | History | Annotate | Download | only in Serialization

Lines Matching defs:ASM

4305     ArrayType::ArraySizeModifier ASM = (ArrayType::ArraySizeModifier)Record[1];
4310 ASM, IndexTypeQuals);
4315 ArrayType::ArraySizeModifier ASM = (ArrayType::ArraySizeModifier)Record[1];
4317 return Context.getIncompleteArrayType(ElementType, ASM, IndexTypeQuals);
4322 ArrayType::ArraySizeModifier ASM = (ArrayType::ArraySizeModifier)Record[1];
4327 ASM, IndexTypeQuals,
4611 ArrayType::ArraySizeModifier ASM
4619 return Context.getDependentSizedArrayType(ElementType, NumElts, ASM,