Searched refs:UInt128Decl (Results 1 – 4 of 4) sorted by relevance
357 mutable TypedefDecl *UInt128Decl = nullptr; variable
1206 if (!UInt128Decl) in getUInt128Decl()1207 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl()1208 return UInt128Decl; in getUInt128Decl()
7786 if (Context.UInt128Decl) in getPredefinedDecl()7787 return Context.UInt128Decl; in getPredefinedDecl()
5029 RegisterPredefDecl(Context.UInt128Decl, PREDEF_DECL_UNSIGNED_INT_128_ID); in PrepareWritingSpecialDecls()