Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp4505 Expr *ImplicitThis = nullptr; in CheckFunctionCall() local
4510 ImplicitThis = Args[0]; in CheckFunctionCall()
4514 ImplicitThis = in CheckFunctionCall()
4517 checkCall(FDecl, Proto, ImplicitThis, llvm::makeArrayRef(Args, NumArgs), in CheckFunctionCall()
HDSemaOverload.cpp13339 const Expr *ImplicitThis = nullptr; in CreateOverloadedBinOp() local
13342 ImplicitThis = ArgsArray[0]; in CreateOverloadedBinOp()
13350 checkCall(FnDecl, nullptr, ImplicitThis, ArgsArray, in CreateOverloadedBinOp()