• Home
  • Raw
  • Download

Lines Matching refs:getExprLoc

455     Diag(E->getExprLoc(), WasEvaluated  in BuildCXXTypeId()
815 MarkFunctionReferenced(E->getExprLoc(), Destructor); in CheckCXXThrowOperand()
816 CheckDestructorAccess(E->getExprLoc(), Destructor, in CheckCXXThrowOperand()
818 if (DiagnoseUseOfDecl(Destructor, E->getExprLoc())) in CheckCXXThrowOperand()
843 MarkFunctionReferenced(E->getExprLoc(), CD); in CheckCXXThrowOperand()
2796 SemaRef.Diag(NE->getExprLoc(), diag::note_allocated_here) in DiagnoseMismatchedNewDelete()
3012 CheckDestructorAccess(Ex.get()->getExprLoc(), Dtor, in ActOnCXXDelete()
3309 ICS.DiagnoseAmbiguousConversion(*this, From->getExprLoc(), in PerformImplicitConversion()
3581 (void)isCompleteType(From->getExprLoc(), From->getType()); in PerformImplicitConversion()
3582 (void)isCompleteType(From->getExprLoc(), ToType); in PerformImplicitConversion()
5715 MarkFunctionReferenced(E->getExprLoc(), Destructor); in MaybeBindToTemporary()
5716 CheckDestructorAccess(E->getExprLoc(), Destructor, in MaybeBindToTemporary()
5719 if (DiagnoseUseOfDecl(Destructor, E->getExprLoc())) in MaybeBindToTemporary()
5872 MarkFunctionReferenced(Bind->getExprLoc(), Destructor); in ActOnDecltypeExpression()
5873 CheckDestructorAccess(Bind->getExprLoc(), Destructor, in ActOnDecltypeExpression()
5876 if (DiagnoseUseOfDecl(Destructor, Bind->getExprLoc())) in ActOnDecltypeExpression()
6369 ExprResult Exp = BuildBlockForLambdaConversion(E->getExprLoc(), in BuildCXXMemberCallExpr()
6370 E->getExprLoc(), in BuildCXXMemberCallExpr()
6375 Diag(E->getExprLoc(), diag::note_lambda_to_block_conv); in BuildCXXMemberCallExpr()
6418 Diag(Operand->getExprLoc(), diag::warn_side_effects_unevaluated_context); in BuildCXXNoexceptExpr()
6541 RequireCompleteType(E->getExprLoc(), E->getType(), in IgnoredValueConversions()
6631 MarkVarDeclODRUsed(Var, VarExpr->getExprLoc(), S, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
6644 SourceLocation ExprLoc = VarExpr->getExprLoc(); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()