Lines Matching refs:getExprLoc
649 Loc = E->getExprLoc(); in endLifetime()
1969 Info.Note(E->getExprLoc(), diag::note_constexpr_temporary_here); in NoteLValueLocation()
1973 Info.Note((*Alloc)->AllocExpr->getExprLoc(), in NoteLValueLocation()
2068 Info.FFDiag(MTE->getExprLoc(), in CheckLValueConstantExpression()
2077 Info, MTE->getExprLoc(), TempType, *V, in CheckLValueConstantExpression()
2473 Info.Ctx.getDiagnostics().Report(E->getExprLoc(), in CheckedIntArithmetic()
2781 if (!HandleSizeof(Info, E->getExprLoc(), EltTy, SizeOfPointee)) in HandleLValueArrayAdjustment()
2805 if (!HandleSizeof(Info, E->getExprLoc(), EltTy, SizeOfComponent)) in HandleLValueComplexElement()
3223 Loc = E->getExprLoc(); in findSubobject()
3367 return CheckFullyInitialized(Info, E->getExprLoc(), SubobjType, Result); in found()
3674 Info.Note(MTE->getExprLoc(), diag::note_constexpr_temporary_here); in findCompleteObject()
5538 SourceLocation CallLoc = E->getExprLoc(); in HandleConstructorCall()
5920 return HandleDestructionImpl(Info, E->getExprLoc(), This, Subobj, in found()
5967 Info.FFDiag(E->getExprLoc(), Info.getLangOpts().CPlusPlus2a in HandleOperatorNewCall()
5975 Info.FFDiag(E->getExprLoc(), in HandleOperatorNewCall()
5991 if (!HandleSizeof(Info, E->getExprLoc(), ElemType, ElemSize)) in HandleOperatorNewCall()
5998 Info.FFDiag(E->getExprLoc(), diag::note_constexpr_operator_new_bad_size) in HandleOperatorNewCall()
6095 Info.FFDiag(E->getExprLoc()); in HandleOperatorDeleteCall()
6365 Info.FFDiag(BCE->getExprLoc(), in visit()
7020 if (!CheckConstexprFunction(Info, E->getExprLoc(), FD, Definition, Body) || in handleCallExpr()
7021 !HandleFunctionCall(E->getExprLoc(), Definition, This, Args, Body, Info, in handleCallExpr()
9151 if (CheckTrivialDefaultConstructor(Info, E->getExprLoc(), FD, ZeroInit)) { in VisitCXXConstructExpr()
9166 if (!CheckConstexprFunction(Info, E->getExprLoc(), FD, Definition, Body)) in VisitCXXConstructExpr()
9198 if (!CheckConstexprFunction(Info, E->getExprLoc(), FD, Definition, Body)) in VisitCXXInheritedCtorInitExpr()
10629 if (!determineEndOffset(Info, E->getExprLoc(), Type, LVal, EndOffset)) in tryEvaluateBuiltinObjectSize()
10843 Info.report((Info.CallStackDepth == 1) ? E->getExprLoc() in VisitBuiltinCallExpr()
12041 return CheckConstantExpression(Info, E->getExprLoc(), E->getType(), Result); in VisitBinCmp()
12146 if (!HandleSizeof(Info, E->getExprLoc(), ElementType, ElementSize)) in VisitBinaryOperator()
12221 if (!HandleSizeof(Info, E->getExprLoc(), SrcTy, Sizeof)) in VisitUnaryExprOrTypeTraitExpr()
13537 if (!HandleDestruction(Info, E->getExprLoc(), Pointer.getLValueBase(), in VisitCXXDeleteExpr()
13695 return CheckConstantExpression(Info, E->getExprLoc(), E->getType(), Result) && in EvaluateAsRValue()
13848 !CheckLValueConstantExpression(Info, getExprLoc(), in EvaluateAsLValue()
13872 return CheckConstantExpression(Info, getExprLoc(), getStorageType(Ctx, this), in EvaluateAsConstantExpr()
14497 if (Loc) *Loc = E->getExprLoc(); in EvaluateCPlusPlus11IntegralConstantExpr()
14506 if (Loc) *Loc = E->getExprLoc(); in EvaluateCPlusPlus11IntegralConstantExpr()
14591 if (Loc) *Loc = getExprLoc(); in isCXX11ConstantExpr()