Searched refs:HasImplicitThisParam (Results 1 – 1 of 1) sorted by relevance
306 bool HasImplicitThisParam = isInstanceMethod(D); in checkFunctionOrMethodParameterIndex() local309 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam; in checkFunctionOrMethodParameterIndex()326 if (HasImplicitThisParam && !CanIndexImplicitThis) { in checkFunctionOrMethodParameterIndex()3821 bool HasImplicitThisParam = isInstanceMethod(D); in handleFormatAttr() local3822 unsigned NumArgs = getFunctionOrMethodNumParams(D) + HasImplicitThisParam; in handleFormatAttr()3859 if (HasImplicitThisParam) { in handleFormatAttr()3924 bool HasImplicitThisParam = isInstanceMethod(D); in handleCallbackAttr() local3980 if (ArgIdx == 0 && !HasImplicitThisParam) { in handleCallbackAttr()3988 if (!HasImplicitThisParam && ArgIdx > 0) in handleCallbackAttr()3998 if (CalleeIdx < (int)HasImplicitThisParam) { in handleCallbackAttr()[all …]