Searched refs:ImplicitThis (Results 1 – 2 of 2) sorted by relevance
14051 const Expr *ImplicitThis = nullptr; in CreateOverloadedBinOp() local14054 ImplicitThis = ArgsArray[0]; in CreateOverloadedBinOp()14062 if (ImplicitThis) { in CreateOverloadedBinOp()14063 QualType ThisType = Context.getPointerType(ImplicitThis->getType()); in CreateOverloadedBinOp()14071 checkCall(FnDecl, nullptr, ImplicitThis, ArgsArray, in CreateOverloadedBinOp()
6036 Expr *ImplicitThis = nullptr; in CheckFunctionCall() local6041 ImplicitThis = Args[0]; in CheckFunctionCall()6045 ImplicitThis = in CheckFunctionCall()6048 if (ImplicitThis) { in CheckFunctionCall()6051 QualType ThisType = ImplicitThis->getType(); in CheckFunctionCall()6064 checkCall(FDecl, Proto, ImplicitThis, llvm::ArrayRef(Args, NumArgs), in CheckFunctionCall()