Searched refs:UInt128Decl (Results 1 – 4 of 4) sorted by relevance
375 mutable TypedefDecl *UInt128Decl = nullptr; variable
1263 if (!UInt128Decl) in getUInt128Decl()1264 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl()1265 return UInt128Decl; in getUInt128Decl()
8149 if (Context.UInt128Decl) in getPredefinedDecl()8150 return Context.UInt128Decl; in getPredefinedDecl()
5588 RegisterPredefDecl(Context.UInt128Decl, PREDEF_DECL_UNSIGNED_INT_128_ID); in PrepareWritingSpecialDecls()