Searched refs:HasImplicitThisParam (Results 1 – 1 of 1) sorted by relevance
311 bool HasImplicitThisParam = isInstanceMethod(D); in checkFunctionOrMethodParameterIndex() local314 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam; in checkFunctionOrMethodParameterIndex()331 if (HasImplicitThisParam && !CanIndexImplicitThis) { in checkFunctionOrMethodParameterIndex()3980 bool HasImplicitThisParam = isInstanceMethod(D); in handleFormatAttr() local3981 unsigned NumArgs = getFunctionOrMethodNumParams(D) + HasImplicitThisParam; in handleFormatAttr()4018 if (HasImplicitThisParam) { in handleFormatAttr()4094 bool HasImplicitThisParam = isInstanceMethod(D); in handleCallbackAttr() local4150 if (ArgIdx == 0 && !HasImplicitThisParam) { in handleCallbackAttr()4158 if (!HasImplicitThisParam && ArgIdx > 0) in handleCallbackAttr()4168 if (CalleeIdx < (int)HasImplicitThisParam) { in handleCallbackAttr()[all …]