Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp14051 const Expr *ImplicitThis = nullptr; in CreateOverloadedBinOp() local
14054 ImplicitThis = ArgsArray[0]; in CreateOverloadedBinOp()
14062 if (ImplicitThis) { in CreateOverloadedBinOp()
14063 QualType ThisType = Context.getPointerType(ImplicitThis->getType()); in CreateOverloadedBinOp()
14071 checkCall(FnDecl, nullptr, ImplicitThis, ArgsArray, in CreateOverloadedBinOp()
H A DSemaChecking.cpp6036 Expr *ImplicitThis = nullptr; in CheckFunctionCall() local
6041 ImplicitThis = Args[0]; in CheckFunctionCall()
6045 ImplicitThis = in CheckFunctionCall()
6048 if (ImplicitThis) { in CheckFunctionCall()
6051 QualType ThisType = ImplicitThis->getType(); in CheckFunctionCall()
6064 checkCall(FDecl, Proto, ImplicitThis, llvm::ArrayRef(Args, NumArgs), in CheckFunctionCall()