Searched refs:ImplicitThis (Results 1 – 2 of 2) sorted by relevance
14677 const Expr *ImplicitThis = nullptr; in CreateOverloadedBinOp() local14688 ImplicitThis = ArgsArray[0]; in CreateOverloadedBinOp()14700 if (ImplicitThis) { in CreateOverloadedBinOp()14701 QualType ThisType = Context.getPointerType(ImplicitThis->getType()); in CreateOverloadedBinOp()14709 checkCall(FnDecl, nullptr, ImplicitThis, ArgsArray, in CreateOverloadedBinOp()
7641 Expr *ImplicitThis = nullptr; in CheckFunctionCall() local7646 ImplicitThis = Args[0]; in CheckFunctionCall()7651 ImplicitThis = in CheckFunctionCall()7654 if (ImplicitThis) { in CheckFunctionCall()7657 QualType ThisType = ImplicitThis->getType(); in CheckFunctionCall()7670 checkCall(FDecl, Proto, ImplicitThis, llvm::ArrayRef(Args, NumArgs), in CheckFunctionCall()