Searched refs:UInt128Decl (Results 1 – 3 of 3) sorted by relevance
209 mutable TypedefDecl *UInt128Decl; variable
734 UInt128Decl(nullptr), Float128StubDecl(nullptr), in ASTContext()909 if (!UInt128Decl) in getUInt128Decl()910 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl()911 return UInt128Decl; in getUInt128Decl()
4301 if (Context.UInt128Decl) in WriteASTCore()4302 DeclIDs[Context.UInt128Decl] = PREDEF_DECL_UNSIGNED_INT_128_ID; in WriteASTCore()