Lines Matching refs:getExprLoc

702           Loc = E->getExprLoc();  in endLifetime()
2098 Info.Note(E->getExprLoc(), diag::note_constexpr_temporary_here); in NoteLValueLocation()
2102 Info.Note((*Alloc)->AllocExpr->getExprLoc(), in NoteLValueLocation()
2260 Info.FFDiag(MTE->getExprLoc(), in CheckLValueConstantExpression()
2269 Info, MTE->getExprLoc(), TempType, *V, in CheckLValueConstantExpression()
2735 Info.Ctx.getDiagnostics().Report(E->getExprLoc(), in CheckedIntArithmetic()
3200 if (!HandleSizeof(Info, E->getExprLoc(), EltTy, SizeOfPointee)) in HandleLValueArrayAdjustment()
3224 if (!HandleSizeof(Info, E->getExprLoc(), EltTy, SizeOfComponent)) in HandleLValueComplexElement()
3679 Loc = E->getExprLoc(); in findSubobject()
3823 return CheckFullyInitialized(Info, E->getExprLoc(), SubobjType, Result); in found()
4180 Info.Note(MTE->getExprLoc(), diag::note_constexpr_temporary_here); in findCompleteObject()
4281 Info.Note(CLE->getExprLoc(), diag::note_declared_at); in handleLValueToRValueConversion()
6222 SourceLocation CallLoc = E->getExprLoc(); in HandleConstructorCall()
6620 return HandleDestructionImpl(Info, E->getExprLoc(), This, Subobj, in found()
6667 Info.FFDiag(E->getExprLoc(), Info.getLangOpts().CPlusPlus20 in HandleOperatorNewCall()
6675 Info.FFDiag(E->getExprLoc(), in HandleOperatorNewCall()
6691 if (!HandleSizeof(Info, E->getExprLoc(), ElemType, ElemSize)) in HandleOperatorNewCall()
6698 Info.FFDiag(E->getExprLoc(), diag::note_constexpr_operator_new_bad_size) in HandleOperatorNewCall()
6795 Info.FFDiag(E->getExprLoc()); in HandleOperatorDeleteCall()
6811 Info.CCEDiag(E->getExprLoc(), diag::note_constexpr_deallocate_null); in HandleOperatorDeleteCall()
7094 Info.FFDiag(BCE->getExprLoc(), in visit()
7800 if (!CheckConstexprFunction(Info, E->getExprLoc(), FD, Definition, Body) || in handleCallExpr()
7801 !HandleFunctionCall(E->getExprLoc(), Definition, This, Args, Call, in handleCallExpr()
10096 if (CheckTrivialDefaultConstructor(Info, E->getExprLoc(), FD, ZeroInit)) { in VisitCXXConstructExpr()
10110 if (!CheckConstexprFunction(Info, E->getExprLoc(), FD, Definition, Body)) in VisitCXXConstructExpr()
10151 if (!CheckConstexprFunction(Info, E->getExprLoc(), FD, Definition, Body)) in VisitCXXInheritedCtorInitExpr()
10891 Info, E->getExprLoc(), E->getConstructor(), in VisitCXXConstructExpr()
11830 if (!determineEndOffset(Info, E->getExprLoc(), Type, LVal, EndOffset)) in tryEvaluateBuiltinObjectSize()
12047 Info.report((Info.CallStackDepth == 1) ? E->getExprLoc() in VisitBuiltinCallExpr()
13211 return CheckConstantExpression(Info, E->getExprLoc(), E->getType(), Result, in VisitBinCmp()
13324 if (!HandleSizeof(Info, E->getExprLoc(), ElementType, ElementSize)) in VisitBinaryOperator()
13399 if (!HandleSizeof(Info, E->getExprLoc(), SrcTy, Sizeof)) in VisitUnaryExprOrTypeTraitExpr()
13680 E->getExprLoc(), diag::warn_constexpr_unscoped_enum_out_of_range) in VisitCastExpr()
13685 Info.Ctx.getDiagnostics().Report(E->getExprLoc(), in VisitCastExpr()
13834 Info.Ctx.getDiagnostics().Report(E->getExprLoc(), in VisitCastExpr()
13853 Info.Ctx.getDiagnostics().Report(E->getExprLoc(), in VisitCastExpr()
13873 Info.Ctx.getDiagnostics().Report(E->getExprLoc(), in VisitCastExpr()
13961 Info.Ctx.getDiagnostics().Report(E->getExprLoc(), in VisitBinaryOperator()
14944 if (!HandleDestruction(Info, E->getExprLoc(), Pointer.getLValueBase(), in VisitCXXDeleteExpr()
15109 return CheckConstantExpression(Info, E->getExprLoc(), E->getType(), Result, in EvaluateAsRValue()
15278 !CheckLValueConstantExpression(Info, getExprLoc(), in EvaluateAsLValue()
15345 if (!CheckConstantExpression(Info, getExprLoc(), getStorageType(Ctx, this), in EvaluateAsConstantExpr()
15976 if (Loc) *Loc = E->getExprLoc(); in EvaluateCPlusPlus11IntegralConstantExpr()
15985 if (Loc) *Loc = E->getExprLoc(); in EvaluateCPlusPlus11IntegralConstantExpr()
16079 if (Loc) *Loc = getExprLoc(); in isCXX11ConstantExpr()