Home | History | Annotate | Download | only in Sema

Lines Matching refs:TheCall

10418       CallExpr *TheCall =
10422 if (CheckCallReturnType(FnDecl->getResultType(), OpLoc, TheCall,
10426 return MaybeBindToTemporary(TheCall);
10652 CXXOperatorCallExpr *TheCall =
10657 if (CheckCallReturnType(FnDecl->getResultType(), OpLoc, TheCall,
10666 TheCall->getSourceRange(), VariadicDoesNotApply);
10668 return MaybeBindToTemporary(TheCall);
10863 CXXOperatorCallExpr *TheCall =
10869 if (CheckCallReturnType(FnDecl->getResultType(), LLoc, TheCall,
10873 return MaybeBindToTemporary(TheCall);
11133 CXXMemberCallExpr *TheCall =
11139 TheCall, Method))
11157 if (ConvertArgumentsForCall(TheCall, MemExpr, Method, Proto, Args,
11163 if (CheckFunctionCall(Method, TheCall, Proto))
11168 TheCall->getMethodDecl()->isPure()) {
11169 const CXXMethodDecl *MD = TheCall->getMethodDecl();
11180 return MaybeBindToTemporary(TheCall);
11394 // Once we've built TheCall, all of the expressions are properly
11400 CXXOperatorCallExpr *TheCall =
11406 if (CheckCallReturnType(Method->getResultType(), LParenLoc, TheCall,
11413 TheCall->setNumArgs(Context, NumArgsInProto + 1);
11427 TheCall->setArg(0, Object.take());
11456 TheCall->setArg(i + 1, Arg);
11465 TheCall->setArg(i + 1, Arg.take());
11473 if (CheckFunctionCall(Method, TheCall, Proto))
11476 return MaybeBindToTemporary(TheCall);
11584 CXXOperatorCallExpr *TheCall =
11588 if (CheckCallReturnType(Method->getResultType(), OpLoc, TheCall,
11592 return MaybeBindToTemporary(TheCall);