Lines Matching defs:TheCall
14291 CallExpr *TheCall = CXXOperatorCallExpr::Create(
14295 if (CheckCallReturnType(FnDecl->getReturnType(), OpLoc, TheCall, FnDecl))
14298 if (CheckFunctionCall(FnDecl, TheCall,
14301 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), FnDecl);
14679 CallExpr *TheCall;
14685 TheCall = CXXOperatorCallExpr::Create(
14696 if (CheckCallReturnType(FnDecl->getReturnType(), OpLoc, TheCall,
14716 isa<CXXMethodDecl>(FnDecl), OpLoc, TheCall->getSourceRange(),
14719 ExprResult R = MaybeBindToTemporary(TheCall);
15128 CallExpr *TheCall = CXXOperatorCallExpr::Create(
15132 if (CheckCallReturnType(FnDecl->getReturnType(), LLoc, TheCall, FnDecl))
15135 if (CheckFunctionCall(Method, TheCall,
15139 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall),
15444 CallExpr *TheCall = nullptr;
15458 TheCall =
15470 TheCall = CXXMemberCallExpr::Create(Context, MemExprE, Args, ResultType, VK,
15477 TheCall, Method))
15481 if (ConvertArgumentsForCall(TheCall, MemExpr, Method, Proto, Args,
15487 if (CheckFunctionCall(Method, TheCall, Proto))
15507 TheCall->getDirectCallee()->isPureVirtual()) {
15508 const FunctionDecl *MD = TheCall->getDirectCallee();
15524 if (auto *DD = dyn_cast<CXXDestructorDecl>(TheCall->getDirectCallee())) {
15532 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall),
15533 TheCall->getDirectCallee());
15790 // Once we've built TheCall, all of the expressions are properly owned.
15795 CallExpr *TheCall = CXXOperatorCallExpr::Create(
15799 if (CheckCallReturnType(Method->getReturnType(), LParenLoc, TheCall, Method))
15802 if (CheckFunctionCall(Method, TheCall, Proto))
15805 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), Method);
15924 CallExpr *TheCall =
15928 if (CheckCallReturnType(Method->getReturnType(), OpLoc, TheCall, Method))
15931 if (CheckFunctionCall(Method, TheCall,
15935 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), Method);