Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h342 mutable TypedefDecl *Int128Decl = nullptr; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1170 if (!Int128Decl) in getInt128Decl()
1171 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t"); in getInt128Decl()
1172 return Int128Decl; in getInt128Decl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4765 RegisterPredefDecl(Context.Int128Decl, PREDEF_DECL_INT_128_ID); in WriteASTCore()