Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h354 mutable TypedefDecl *Int128Decl = nullptr; variable
/src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1200 if (!Int128Decl) in getInt128Decl()
1201 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t"); in getInt128Decl()
1202 return Int128Decl; in getInt128Decl()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7780 if (Context.Int128Decl) in getPredefinedDecl()
7781 return Context.Int128Decl; in getPredefinedDecl()
H A DASTWriter.cpp5028 RegisterPredefDecl(Context.Int128Decl, PREDEF_DECL_INT_128_ID); in PrepareWritingSpecialDecls()