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

/external/clang/include/clang/AST/
H A DASTContext.h200 mutable TypedefDecl *UInt128Decl; member in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp733 Int128Decl(nullptr), UInt128Decl(nullptr), Float128StubDecl(nullptr),
905 if (!UInt128Decl)
906 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t");
907 return UInt128Decl;
/external/clang/lib/Serialization/
H A DASTWriter.cpp4026 if (Context.UInt128Decl)
4027 DeclIDs[Context.UInt128Decl] = PREDEF_DECL_UNSIGNED_INT_128_ID;

Completed in 64 milliseconds