Searched refs:Int128Decl (Results 1 – 6 of 6) sorted by relevance
213 mutable TypedefDecl *Int128Decl; variable
735 GlobalNestedNameSpecifier(nullptr), Int128Decl(nullptr), in ASTContext()965 if (!Int128Decl) in getInt128Decl()966 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t"); in getInt128Decl()967 return Int128Decl; in getInt128Decl()
327 mutable TypedefDecl *Int128Decl = nullptr; variable
1237 if (!Int128Decl) in getInt128Decl()1238 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t"); in getInt128Decl()1239 return Int128Decl; in getInt128Decl()
4179 RegisterPredefDecl(Context.Int128Decl, PREDEF_DECL_INT_128_ID); in WriteASTCore()
4439 RegisterPredefDecl(Context.Int128Decl, PREDEF_DECL_INT_128_ID); in WriteASTCore()