Home | History | Annotate | Download | only in AST

Lines Matching refs:UnsignedInt128Ty

785     TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(UnsignedInt128Ty);
844 InitBuiltinType(UnsignedInt128Ty, BuiltinType::UInt128);
7262 return UnsignedInt128Ty;
7349 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty;