Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h192 mutable TypedefDecl *UInt128Decl; variable
/external/clang/lib/AST/
DASTContext.cpp639 Int128Decl(0), UInt128Decl(0), in ASTContext()
784 if (!UInt128Decl) { in getUInt128Decl()
786 UInt128Decl = TypedefDecl::Create(const_cast<ASTContext &>(*this), in getUInt128Decl()
794 return UInt128Decl; in getUInt128Decl()
/external/clang/lib/Serialization/
DASTWriter.cpp3542 if (Context.UInt128Decl) in WriteASTCore()
3543 DeclIDs[Context.UInt128Decl] = PREDEF_DECL_UNSIGNED_INT_128_ID; in WriteASTCore()