Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h216 mutable TypedefDecl *UInt128Decl; variable
/external/clang/lib/AST/
DASTContext.cpp736 UInt128Decl(nullptr), BuiltinVaListDecl(nullptr), in ASTContext()
971 if (!UInt128Decl) in getUInt128Decl()
972 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl()
973 return UInt128Decl; in getUInt128Decl()
/external/clang/lib/Serialization/
DASTWriter.cpp4180 RegisterPredefDecl(Context.UInt128Decl, PREDEF_DECL_UNSIGNED_INT_128_ID); in WriteASTCore()