Searched refs:UInt128Decl (Results 1 – 3 of 3) sorted by relevance
192 mutable TypedefDecl *UInt128Decl; variable
639 Int128Decl(0), UInt128Decl(0), in ASTContext()784 if (!UInt128Decl) { in getUInt128Decl()786 UInt128Decl = TypedefDecl::Create(const_cast<ASTContext &>(*this), in getUInt128Decl()794 return UInt128Decl; in getUInt128Decl()
3542 if (Context.UInt128Decl) in WriteASTCore()3543 DeclIDs[Context.UInt128Decl] = PREDEF_DECL_UNSIGNED_INT_128_ID; in WriteASTCore()