Searched refs:Int128Decl (Results 1 – 3 of 3) sorted by relevance
208 mutable TypedefDecl *Int128Decl; variable
736 GlobalNestedNameSpecifier(nullptr), Int128Decl(nullptr), in ASTContext()960 if (!Int128Decl) in getInt128Decl()961 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t"); in getInt128Decl()962 return Int128Decl; in getInt128Decl()
4128 RegisterPredefDecl(Context.Int128Decl, PREDEF_DECL_INT_128_ID); in WriteASTCore()