reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2888 if (!E->isTypeDependent()) { 2889 QualType ETy = E->getType(); 2891 ExprResult ExprRes = E; 2896 E = ExprRes.get(); 2897 if (DiagnoseAssignmentResult(ConvTy, StarLoc, DestTy, ETy, E, AA_Passing)) 2901 ExprResult ExprRes = ActOnFinishFullExpr(E, /*DiscardedValue*/ false); 2904 E = ExprRes.get(); 2908 return new (Context) IndirectGotoStmt(GotoLoc, StarLoc, E);