Searched refs:HasImplicitThisParam (Results 1 – 2 of 2) sorted by relevance
3964 bool HasImplicitThisParam = isInstanceMethod(D); in handleFormatAttrCommon() local3965 Info->NumArgs = getFunctionOrMethodNumParams(D) + HasImplicitThisParam; in handleFormatAttrCommon()4001 if (HasImplicitThisParam) { in handleFormatAttrCommon()4105 bool HasImplicitThisParam = isInstanceMethod(D); in handleCallbackAttr() local4161 if (ArgIdx == 0 && !HasImplicitThisParam) { in handleCallbackAttr()4169 if (!HasImplicitThisParam && ArgIdx > 0) in handleCallbackAttr()4179 if (CalleeIdx < (int)HasImplicitThisParam) { in handleCallbackAttr()4188 getFunctionOrMethodParamType(D, CalleeIdx - HasImplicitThisParam) in handleCallbackAttr()4289 bool HasImplicitThisParam = isInstanceMethod(FD); in LazyProcessLifetimeCaptureByParams() local4294 if (HasImplicitThisParam) { in LazyProcessLifetimeCaptureByParams()[all …]
5102 bool HasImplicitThisParam = isInstanceMethod(D); variable5105 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam;5123 if (HasImplicitThisParam && !CanIndexImplicitThis) {