Home | History | Annotate | Download | only in Sema

Lines Matching refs:TheCall

10145       CallExpr *TheCall =
10150 if (CheckCallReturnType(FnDecl->getResultType(), OpLoc, TheCall,
10154 return MaybeBindToTemporary(TheCall);
10383 CXXOperatorCallExpr *TheCall =
10388 if (CheckCallReturnType(FnDecl->getResultType(), OpLoc, TheCall,
10397 TheCall->getSourceRange(), VariadicDoesNotApply);
10399 return MaybeBindToTemporary(TheCall);
10594 CXXOperatorCallExpr *TheCall =
10600 if (CheckCallReturnType(FnDecl->getResultType(), LLoc, TheCall,
10604 return MaybeBindToTemporary(TheCall);
10856 CXXMemberCallExpr *TheCall =
10863 TheCall, Method))
10881 if (ConvertArgumentsForCall(TheCall, MemExpr, Method, Proto, Args, NumArgs,
10887 if (CheckFunctionCall(Method, TheCall, Proto))
10892 TheCall->getMethodDecl()->isPure()) {
10893 const CXXMethodDecl *MD = TheCall->getMethodDecl();
10904 return MaybeBindToTemporary(TheCall);
11120 // Once we've built TheCall, all of the expressions are properly
11126 CXXOperatorCallExpr *TheCall =
11132 if (CheckCallReturnType(Method->getResultType(), LParenLoc, TheCall,
11139 TheCall->setNumArgs(Context, NumArgsInProto + 1);
11153 TheCall->setArg(0, Object.take());
11182 TheCall->setArg(i + 1, Arg);
11191 TheCall->setArg(i + 1, Arg.take());
11199 if (CheckFunctionCall(Method, TheCall, Proto))
11202 return MaybeBindToTemporary(TheCall);
11298 CXXOperatorCallExpr *TheCall =
11302 if (CheckCallReturnType(Method->getResultType(), OpLoc, TheCall,
11306 return MaybeBindToTemporary(TheCall);