Searched refs:UInt128Decl (Results 1 – 3 of 3) sorted by relevance
339 mutable TypedefDecl *UInt128Decl = nullptr; variable
1242 if (!UInt128Decl) in getUInt128Decl()1243 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl()1244 return UInt128Decl; in getUInt128Decl()
4663 RegisterPredefDecl(Context.UInt128Decl, PREDEF_DECL_UNSIGNED_INT_128_ID); in WriteASTCore()