Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h345 mutable TypedefDecl *UInt128Decl = nullptr; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1176 if (!UInt128Decl) in getUInt128Decl()
1177 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl()
1178 return UInt128Decl; in getUInt128Decl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4766 RegisterPredefDecl(Context.UInt128Decl, PREDEF_DECL_UNSIGNED_INT_128_ID); in WriteASTCore()