Searched refs:HasImplicitThisParam (Results 1 – 2 of 2) sorted by relevance
3504 bool HasImplicitThisParam = isInstanceMethod(D); in handleFormatAttr() local3505 unsigned NumArgs = getFunctionOrMethodNumParams(D) + HasImplicitThisParam; in handleFormatAttr()3542 if (HasImplicitThisParam) { in handleFormatAttr()3617 bool HasImplicitThisParam = isInstanceMethod(D); in handleCallbackAttr() local3673 if (ArgIdx == 0 && !HasImplicitThisParam) { in handleCallbackAttr()3681 if (!HasImplicitThisParam && ArgIdx > 0) in handleCallbackAttr()3691 if (CalleeIdx < (int)HasImplicitThisParam) { in handleCallbackAttr()3700 getFunctionOrMethodParamType(D, CalleeIdx - HasImplicitThisParam) in handleCallbackAttr()
4707 bool HasImplicitThisParam = isInstanceMethod(D); variable4710 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam;4727 if (HasImplicitThisParam && !CanIndexImplicitThis) {