reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
13404 Init = DRDRef; 13416 Init = S.ActOnIntegerConstant(ELoc, /*Val=*/0).get(); 13422 Init = S.ActOnIntegerConstant(ELoc, /*Val=*/1).get(); 13434 Init = FloatingLiteral::Create(Context, InitValue, /*isexact=*/true, 13440 Init = IntegerLiteral::Create(Context, InitValue, IntTy, ELoc); 13442 if (Init && OrigType->isAnyComplexType()) { 13444 auto *Im = new (Context) ImaginaryLiteral(Init, OrigType); 13445 Init = S.CreateBuiltinBinOp(ELoc, BO_Add, Init, Im).get(); 13445 Init = S.CreateBuiltinBinOp(ELoc, BO_Add, Init, Im).get(); 13466 Init = IntegerLiteral::Create(Context, InitValue, IntTy, ELoc); 13470 ELoc, Context.getTrivialTypeSourceInfo(Type, ELoc), ELoc, Init); 13473 Init = CastExpr.get(); 13478 Init = FloatingLiteral::Create(Context, InitValue, /*isexact=*/true, 13510 if (Init && DeclareReductionRef.isUnset()) 13511 S.AddInitializerToDecl(RHSVD, Init, /*DirectInit=*/false); 13512 else if (!Init)