Home
last modified time | relevance | path

Searched refs:ImplicitThis (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp14677 const Expr *ImplicitThis = nullptr; in CreateOverloadedBinOp() local
14688 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()
H A DSemaChecking.cpp7641 Expr *ImplicitThis = nullptr; in CheckFunctionCall() local
7646 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()