reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
12803 if (getLangOpts().CPlusPlus11 && isa<InitListExpr>(RHSExpr)) { 12811 RHSExpr->getBeginLoc(), RHSExpr->getBeginLoc(), RHSExpr->getEndLoc()); 12811 RHSExpr->getBeginLoc(), RHSExpr->getBeginLoc(), RHSExpr->getEndLoc()); 12811 RHSExpr->getBeginLoc(), RHSExpr->getBeginLoc(), RHSExpr->getEndLoc()); 12814 InitializationSequence InitSeq(*this, Entity, Kind, RHSExpr); 12815 ExprResult Init = InitSeq.Perform(*this, Entity, Kind, RHSExpr); 12818 RHSExpr = Init.get(); 12821 ExprResult LHS = LHSExpr, RHS = RHSExpr; 12830 std::tie(LHS, RHS) = CorrectDelayedTyposInBinOp(*this, Opc, LHSExpr, RHSExpr); 12836 QualType RHSTy = RHSExpr->getType(); 12840 SourceRange SR(LHSExpr->getBeginLoc(), RHSExpr->getEndLoc()); 12863 checkOpenMPDeviceExpr(RHSExpr);