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

/external/clang/include/clang/AST/
H A DASTContext.h206 mutable TypedefDecl *UInt128Decl; member in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp558 Int128Decl(0), UInt128Decl(0),
703 if (!UInt128Decl) {
705 UInt128Decl = TypedefDecl::Create(const_cast<ASTContext &>(*this),
713 return UInt128Decl;
/external/clang/lib/Serialization/
H A DASTWriter.cpp3236 if (Context.UInt128Decl)
3237 DeclIDs[Context.UInt128Decl] = PREDEF_DECL_UNSIGNED_INT_128_ID;

Completed in 293 milliseconds