Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4966 Expr *ImplicitThis = nullptr; in CheckFunctionCall() local
4971 ImplicitThis = Args[0]; in CheckFunctionCall()
4975 ImplicitThis = in CheckFunctionCall()
4978 if (ImplicitThis) { in CheckFunctionCall()
4981 QualType ThisType = ImplicitThis->getType(); in CheckFunctionCall()
4994 checkCall(FDecl, Proto, ImplicitThis, llvm::makeArrayRef(Args, NumArgs), in CheckFunctionCall()
H A DSemaOverload.cpp13711 const Expr *ImplicitThis = nullptr; in CreateOverloadedBinOp() local
13714 ImplicitThis = ArgsArray[0]; in CreateOverloadedBinOp()
13722 if (ImplicitThis) { in CreateOverloadedBinOp()
13723 QualType ThisType = Context.getPointerType(ImplicitThis->getType()); in CreateOverloadedBinOp()
13731 checkCall(FnDecl, nullptr, ImplicitThis, ArgsArray, in CreateOverloadedBinOp()