Lines Matching refs:from_ty
795 match TemplateInstantiation::from_ty(&ty, ctx) { in from_clang_ty()
835 FunctionSig::from_ty(ty, &location, ctx)?; in from_clang_ty()
844 let complex = CompInfo::from_ty( in from_clang_ty()
906 let complex = CompInfo::from_ty( in from_clang_ty()
1097 let inner = Item::from_ty( in from_clang_ty()
1107 let inner = Item::from_ty( in from_clang_ty()
1117 let signature = FunctionSig::from_ty(ty, &location, ctx)?; in from_clang_ty()
1127 let enum_ = Enum::from_ty(ty, ctx).expect("Not an enum?"); in from_clang_ty()
1139 let complex = CompInfo::from_ty( in from_clang_ty()
1159 let inner = Item::from_ty( in from_clang_ty()
1169 let inner = Item::from_ty( in from_clang_ty()
1190 let interface = ObjCInterface::from_ty(&location, ctx) in from_clang_ty()