Searched defs:TypeArray (Results 1 – 10 of 10) sorted by relevance
582 impl Parse for TypeArray { implementation1013 impl ToTokens for TypeArray { implementation
471 uint8_t CC, Metadata *TypeArray, in getImpl()
2608 impl Debug for TypeArray { implementation2610 impl TypeArray { in fmt() impl
1816 impl Eq for TypeArray {} implementation1819 impl PartialEq for TypeArray { implementation
1872 impl Clone for TypeArray { implementation
2434 impl Hash for TypeArray { implementation
783 fn visit_type_array_mut(&mut self, i: &mut TypeArray) { in visit_type_array_mut()
786 fn fold_type_array(&mut self, i: TypeArray) -> TypeArray { in fold_type_array()
782 fn visit_type_array(&mut self, i: &'ast TypeArray) { in visit_type_array()
416 if (auto TypeArray = Ty->getTypeArray()) { in getFunctionOptions() local