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/
H A DASTContext.h336 mutable TypedefDecl *Int128Decl = nullptr; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A 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/
H A DASTWriter.cpp4662 RegisterPredefDecl(Context.Int128Decl, PREDEF_DECL_INT_128_ID); in WriteASTCore()