Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h337 mutable TypedefDecl *UInt128Decl = nullptr; variable
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1255 if (!UInt128Decl) in getUInt128Decl()
1256 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl()
1257 return UInt128Decl; in getUInt128Decl()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4358 RegisterPredefDecl(Context.UInt128Decl, PREDEF_DECL_UNSIGNED_INT_128_ID); in WriteASTCore()