Lines Matching refs:getExprLoc

730           Loc = E->getExprLoc();  in endLifetime()
2181 Info.Note(E->getExprLoc(), diag::note_constexpr_temporary_here); in NoteLValueLocation()
2185 Info.Note((*Alloc)->AllocExpr->getExprLoc(), in NoteLValueLocation()
2343 Info.FFDiag(MTE->getExprLoc(), in CheckLValueConstantExpression()
2352 Info, MTE->getExprLoc(), TempType, *V, Kind, in CheckLValueConstantExpression()
2786 Info.Ctx.getDiagnostics().Report(E->getExprLoc(), in CheckedIntArithmetic()
3277 if (!HandleSizeof(Info, E->getExprLoc(), EltTy, SizeOfPointee)) in HandleLValueArrayAdjustment()
3301 if (!HandleSizeof(Info, E->getExprLoc(), EltTy, SizeOfComponent)) in HandleLValueComplexElement()
3767 Loc = E->getExprLoc(); in findSubobject()
3823 if (!CheckArraySize(Info, CAT, E->getExprLoc())) in findSubobject()
3914 return CheckFullyInitialized(Info, E->getExprLoc(), SubobjType, Result); in found()
4278 Info.Note(MTE->getExprLoc(), diag::note_constexpr_temporary_here); in findCompleteObject()
4379 Info.Note(CLE->getExprLoc(), diag::note_declared_at); in handleLValueToRValueConversion()
5626 Info.CCEDiag(Assumption->getExprLoc(), in EvaluateStmt()
6375 SourceLocation CallLoc = E->getExprLoc(); in HandleConstructorCall()
6828 Info.FFDiag(E->getExprLoc(), Info.getLangOpts().CPlusPlus20 in HandleOperatorNewCall()
6836 Info.FFDiag(E->getExprLoc(), in HandleOperatorNewCall()
6852 if (!HandleSizeof(Info, E->getExprLoc(), ElemType, ElemSize)) in HandleOperatorNewCall()
6859 Info.FFDiag(E->getExprLoc(), diag::note_constexpr_operator_new_bad_size) in HandleOperatorNewCall()
6955 Info.FFDiag(E->getExprLoc()); in HandleOperatorDeleteCall()
6971 Info.CCEDiag(E->getExprLoc(), diag::note_constexpr_deallocate_null); in HandleOperatorDeleteCall()
7321 Info.FFDiag(BCE->getExprLoc(), in visit()
8127 if (!CheckConstexprFunction(Info, E->getExprLoc(), FD, Definition, Body) || in handleCallExpr()
8128 !HandleFunctionCall(E->getExprLoc(), Definition, This, E, Args, Call, in handleCallExpr()
9970 if (!Info.CheckArraySize(ArraySize.value()->getExprLoc(), in VisitCXXNewExpr()
10489 if (CheckTrivialDefaultConstructor(Info, E->getExprLoc(), FD, ZeroInit)) { in VisitCXXConstructExpr()
10503 if (!CheckConstexprFunction(Info, E->getExprLoc(), FD, Definition, Body)) in VisitCXXConstructExpr()
10544 if (!CheckConstexprFunction(Info, E->getExprLoc(), FD, Definition, Body)) in VisitCXXInheritedCtorInitExpr()
11429 Info, E->getExprLoc(), E->getConstructor(), in VisitCXXConstructExpr()
12364 if (!determineEndOffset(Info, E->getExprLoc(), Type, LVal, EndOffset)) in tryEvaluateBuiltinObjectSize()
12607 ? E->getExprLoc() in VisitBuiltinCallExpr()
13901 return CheckConstantExpression(Info, E->getExprLoc(), E->getType(), Result, in VisitBinCmp()
14014 if (!HandleSizeof(Info, E->getExprLoc(), ElementType, ElementSize)) in VisitBinaryOperator()
14096 if (!HandleSizeof(Info, E->getExprLoc(), SrcTy, Sizeof, in VisitUnaryExprOrTypeTraitExpr()
14218 Info.Ctx.getDiagnostics().Report(E->getExprLoc(), in VisitUnaryOperator()
14404 E->getExprLoc(), diag::warn_constexpr_unscoped_enum_out_of_range) in VisitCastExpr()
14410 E->getExprLoc(), diag::warn_constexpr_unscoped_enum_out_of_range) in VisitCastExpr()
14559 Info.Ctx.getDiagnostics().Report(E->getExprLoc(), in VisitCastExpr()
14578 Info.Ctx.getDiagnostics().Report(E->getExprLoc(), in VisitCastExpr()
14598 Info.Ctx.getDiagnostics().Report(E->getExprLoc(), in VisitCastExpr()
14686 Info.Ctx.getDiagnostics().Report(E->getExprLoc(), in VisitBinaryOperator()
15707 if (!HandleDestruction(Info, E->getExprLoc(), Pointer.getLValueBase(), in VisitCXXDeleteExpr()
15859 return CheckConstantExpression(Info, E->getExprLoc(), E->getType(), Result, in EvaluateAsRValue()
15875 return CheckConstantExpression(Info, E->getExprLoc(), E->getType(), Result, in EvaluateAsRValue()
16050 !CheckLValueConstantExpression(Info, getExprLoc(), in EvaluateAsLValue()
16099 return CheckConstantExpression(Info, getExprLoc(), in EvaluateAsConstantExpr()
16134 if (!CheckConstantExpression(Info, getExprLoc(), getStorageType(Ctx, this), in EvaluateAsConstantExpr()
16780 if (Loc) *Loc = E->getExprLoc(); in EvaluateCPlusPlus11IntegralConstantExpr()
16789 if (Loc) *Loc = E->getExprLoc(); in EvaluateCPlusPlus11IntegralConstantExpr()
16882 if (Loc) *Loc = getExprLoc(); in isCXX11ConstantExpr()