Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h375 mutable TypedefDecl *UInt128Decl = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1263 if (!UInt128Decl) in getUInt128Decl()
1264 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl()
1265 return UInt128Decl; in getUInt128Decl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8149 if (Context.UInt128Decl) in getPredefinedDecl()
8150 return Context.UInt128Decl; in getPredefinedDecl()
H A DASTWriter.cpp5588 RegisterPredefDecl(Context.UInt128Decl, PREDEF_DECL_UNSIGNED_INT_128_ID); in PrepareWritingSpecialDecls()