Lines Matching refs:IsMemberFunction
3478 void Sema::checkLifetimeCaptureBy(FunctionDecl *FD, bool IsMemberFunction, in checkLifetimeCaptureBy() argument
3487 if (IsMemberFunction && Idx == 0) in checkLifetimeCaptureBy()
3489 return Args[Idx - IsMemberFunction]; in checkLifetimeCaptureBy()
3511 I + IsMemberFunction); in checkLifetimeCaptureBy()
3513 if (IsMemberFunction) { in checkLifetimeCaptureBy()
3527 bool IsMemberFunction, SourceLocation Loc, in checkCall() argument
3539 CheckFormatString(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall()
3545 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall()
3571 checkLifetimeCaptureBy(FD, IsMemberFunction, ThisArg, Args); in checkCall()
3743 bool IsMemberFunction = isa<CXXMemberCallExpr>(TheCall) || in CheckFunctionCall() local
3758 } else if (IsMemberFunction && !FDecl->isStatic() && in CheckFunctionCall()
3780 IsMemberFunction, TheCall->getRParenLoc(), in CheckFunctionCall()