Home
last modified time | relevance | path

Searched refs:Int128Decl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h362 mutable TypedefDecl *Int128Decl = nullptr; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp1262 if (!Int128Decl) in getInt128Decl()
1263 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t"); in getInt128Decl()
1264 return Int128Decl; in getInt128Decl()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp4558 RegisterPredefDecl(Context.Int128Decl, PREDEF_DECL_INT_128_ID); in WriteASTCore()