Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3750 Expr *ImplicitThis = nullptr; in CheckFunctionCall() local
3755 ImplicitThis = Args[0]; in CheckFunctionCall()
3760 ImplicitThis = in CheckFunctionCall()
3763 if (ImplicitThis) { in CheckFunctionCall()
3766 QualType ThisType = ImplicitThis->getType(); in CheckFunctionCall()
3779 checkCall(FDecl, Proto, ImplicitThis, llvm::ArrayRef(Args, NumArgs), in CheckFunctionCall()
H A DSemaOverload.cpp15493 const Expr *ImplicitThis = nullptr; in CreateOverloadedBinOp() local
15505 ImplicitThis = ArgsArray[0]; in CreateOverloadedBinOp()
15521 if (ImplicitThis) { in CreateOverloadedBinOp()
15522 QualType ThisType = Context.getPointerType(ImplicitThis->getType()); in CreateOverloadedBinOp()
15530 checkCall(FnDecl, nullptr, ImplicitThis, ArgsArray, in CreateOverloadedBinOp()