Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h197 mutable TypedefDecl *Int128Decl; variable
/external/clang/lib/AST/
DASTContext.cpp733 Int128Decl(nullptr), UInt128Decl(nullptr), Float128StubDecl(nullptr), in ASTContext()
899 if (!Int128Decl) in getInt128Decl()
900 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t"); in getInt128Decl()
901 return Int128Decl; in getInt128Decl()
/external/clang/lib/Serialization/
DASTWriter.cpp4024 if (Context.Int128Decl) in WriteASTCore()
4025 DeclIDs[Context.Int128Decl] = PREDEF_DECL_INT_128_ID; in WriteASTCore()