Lines Matching refs:getExprLoc
724 MarkFunctionReferenced(E->getExprLoc(), Destructor); in CheckCXXThrowOperand()
725 CheckDestructorAccess(E->getExprLoc(), Destructor, in CheckCXXThrowOperand()
727 if (DiagnoseUseOfDecl(Destructor, E->getExprLoc())) in CheckCXXThrowOperand()
2438 CheckDestructorAccess(Ex.get()->getExprLoc(), Dtor, in ActOnCXXDelete()
2669 ICS.DiagnoseAmbiguousConversion(*this, From->getExprLoc(), in PerformImplicitConversion()
4965 MarkFunctionReferenced(E->getExprLoc(), Destructor); in MaybeBindToTemporary()
4966 CheckDestructorAccess(E->getExprLoc(), Destructor, in MaybeBindToTemporary()
4969 if (DiagnoseUseOfDecl(Destructor, E->getExprLoc())) in MaybeBindToTemporary()
5121 MarkFunctionReferenced(Bind->getExprLoc(), Destructor); in ActOnDecltypeExpression()
5122 CheckDestructorAccess(Bind->getExprLoc(), Destructor, in ActOnDecltypeExpression()
5125 if (DiagnoseUseOfDecl(Destructor, Bind->getExprLoc())) in ActOnDecltypeExpression()
5630 ExprResult Exp = BuildBlockForLambdaConversion(E->getExprLoc(), in BuildCXXMemberCallExpr()
5631 E->getExprLoc(), in BuildCXXMemberCallExpr()
5634 Diag(E->getExprLoc(), diag::note_lambda_to_block_conv); in BuildCXXMemberCallExpr()
5784 RequireCompleteType(E->getExprLoc(), E->getType(), in IgnoredValueConversions()
5874 MarkVarDeclODRUsed(Var, VarExpr->getExprLoc(), S, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
5887 SourceLocation ExprLoc = VarExpr->getExprLoc(); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()