Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DASTContext.h336 mutable TypedefDecl *Int128Decl = nullptr; variable
/openbsd/src/gnu/llvm/clang/lib/AST/
DASTContext.cpp1236 if (!Int128Decl) in getInt128Decl()
1237 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t"); in getInt128Decl()
1238 return Int128Decl; in getInt128Decl()
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTWriter.cpp4662 RegisterPredefDecl(Context.Int128Decl, PREDEF_DECL_INT_128_ID); in WriteASTCore()