Searched refs:ImplicitThis (Results 1 – 2 of 2) sorted by relevance
3369 Expr *ImplicitThis = nullptr; in CheckFunctionCall() local3374 ImplicitThis = Args[0]; in CheckFunctionCall()3379 ImplicitThis = in CheckFunctionCall()3382 if (ImplicitThis) { in CheckFunctionCall()3385 QualType ThisType = ImplicitThis->getType(); in CheckFunctionCall()3398 checkCall(FDecl, Proto, ImplicitThis, llvm::ArrayRef(Args, NumArgs), in CheckFunctionCall()
14681 const Expr *ImplicitThis = nullptr; in CreateOverloadedBinOp() local14692 ImplicitThis = ArgsArray[0]; in CreateOverloadedBinOp()14706 if (ImplicitThis) { in CreateOverloadedBinOp()14707 QualType ThisType = Context.getPointerType(ImplicitThis->getType()); in CreateOverloadedBinOp()14715 checkCall(FnDecl, nullptr, ImplicitThis, ArgsArray, in CreateOverloadedBinOp()