Home | History | Annotate | Download | only in AST

Lines Matching refs:Int128Decl

733     Int128Decl(nullptr), UInt128Decl(nullptr), Float128StubDecl(nullptr),
899 if (!Int128Decl)
900 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t");
901 return Int128Decl;