Searched refs:CXType_Auto (Results 1 – 4 of 4) sorted by relevance
1174 debug_assert_eq!(self.kind(), CXType_Auto); in is_non_deductible_auto_type()1186 CXType_Auto if self.is_non_deductible_auto_type() => -6, in clang_size_of()1199 CXType_Auto if self.is_non_deductible_auto_type() => -6, in clang_align_of()
308 matches!(ty.kind(), CXType_Auto | CXType_Unexposed), in parse()
1020 CXType_Auto => { in from_clang_ty()
928 const CXType_Auto = 118, constant