Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h365 mutable TypedefDecl *UInt128Decl = nullptr; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp1268 if (!UInt128Decl) in getUInt128Decl()
1269 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl()
1270 return UInt128Decl; in getUInt128Decl()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp4559 RegisterPredefDecl(Context.UInt128Decl, PREDEF_DECL_UNSIGNED_INT_128_ID); in WriteASTCore()