Home | History | Annotate | Download | only in AST

Lines Matching refs:Float128StubDecl

733     Int128Decl(nullptr), UInt128Decl(nullptr), Float128StubDecl(nullptr),
912 if (!Float128StubDecl)
913 Float128StubDecl = buildImplicitRecord("__float128");
915 return Float128StubDecl;