Searched refs:ImplicitThis (Results 1 – 2 of 2) sorted by relevance
3750 Expr *ImplicitThis = nullptr; in CheckFunctionCall() local3755 ImplicitThis = Args[0]; in CheckFunctionCall()3760 ImplicitThis = in CheckFunctionCall()3763 if (ImplicitThis) { in CheckFunctionCall()3766 QualType ThisType = ImplicitThis->getType(); in CheckFunctionCall()3779 checkCall(FDecl, Proto, ImplicitThis, llvm::ArrayRef(Args, NumArgs), in CheckFunctionCall()
15493 const Expr *ImplicitThis = nullptr; in CreateOverloadedBinOp() local15505 ImplicitThis = ArgsArray[0]; in CreateOverloadedBinOp()15521 if (ImplicitThis) { in CreateOverloadedBinOp()15522 QualType ThisType = Context.getPointerType(ImplicitThis->getType()); in CreateOverloadedBinOp()15530 checkCall(FnDecl, nullptr, ImplicitThis, ArgsArray, in CreateOverloadedBinOp()