Searched defs:TypeArray (Results 1 – 10 of 10) sorted by relevance
668 impl Parse for TypeArray { implementation1138 impl ToTokens for TypeArray { implementation
471 uint8_t CC, Metadata *TypeArray, in getImpl()
1844 impl Eq for TypeArray {} implementation1847 impl PartialEq for TypeArray { implementation
1915 impl Clone for TypeArray { implementation
2480 impl Hash for TypeArray { implementation
655 fn visit_type_array_mut(&mut self, i: &mut TypeArray) { in visit_type_array_mut()
658 fn fold_type_array(&mut self, i: TypeArray) -> TypeArray { in fold_type_array()
2649 impl Debug for TypeArray { implementation
654 fn visit_type_array(&mut self, i: &'ast TypeArray) { in visit_type_array()
416 if (auto TypeArray = Ty->getTypeArray()) { in getFunctionOptions() local