Lines Matching defs:TheCall

14487       CallExpr *TheCall = CXXOperatorCallExpr::Create(
14492 if (CheckCallReturnType(FnDecl->getReturnType(), OpLoc, TheCall, FnDecl))
14495 if (CheckFunctionCall(FnDecl, TheCall,
14498 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), FnDecl);
14877 CallExpr *TheCall;
14883 TheCall = CXXOperatorCallExpr::Create(
14895 if (CheckCallReturnType(FnDecl->getReturnType(), OpLoc, TheCall,
14917 isa<CXXMethodDecl>(FnDecl), OpLoc, TheCall->getSourceRange(),
14920 ExprResult R = MaybeBindToTemporary(TheCall);
15331 CallExpr *TheCall = CXXOperatorCallExpr::Create(
15335 if (CheckCallReturnType(FnDecl->getReturnType(), LLoc, TheCall, FnDecl))
15338 if (CheckFunctionCall(Method, TheCall,
15342 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall),
15649 CallExpr *TheCall = nullptr;
15663 TheCall =
15673 TheCall = CXXMemberCallExpr::Create(Context, MemExprE, Args, ResultType, VK,
15680 TheCall, Method))
15684 if (ConvertArgumentsForCall(TheCall, MemExpr, Method, Proto, Args,
15690 if (CheckFunctionCall(Method, TheCall, Proto))
15710 TheCall->getDirectCallee()->isPureVirtual()) {
15711 const FunctionDecl *MD = TheCall->getDirectCallee();
15727 if (auto *DD = dyn_cast<CXXDestructorDecl>(TheCall->getDirectCallee())) {
15735 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall),
15736 TheCall->getDirectCallee());
15993 // Once we've built TheCall, all of the expressions are properly owned.
15998 CallExpr *TheCall = CXXOperatorCallExpr::Create(
16002 if (CheckCallReturnType(Method->getReturnType(), LParenLoc, TheCall, Method))
16005 if (CheckFunctionCall(Method, TheCall, Proto))
16008 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), Method);
16127 CallExpr *TheCall =
16131 if (CheckCallReturnType(Method->getReturnType(), OpLoc, TheCall, Method))
16134 if (CheckFunctionCall(Method, TheCall,
16138 return CheckForImmediateInvocation(MaybeBindToTemporary(TheCall), Method);