Searched refs:HasImplicitThisParam (Results 1 – 1 of 1) sorted by relevance
305 bool HasImplicitThisParam = isInstanceMethod(D); in checkFunctionOrMethodParameterIndex() local308 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam; in checkFunctionOrMethodParameterIndex()325 if (HasImplicitThisParam && !CanIndexImplicitThis) { in checkFunctionOrMethodParameterIndex()3491 bool HasImplicitThisParam = isInstanceMethod(D); in handleFormatAttr() local3492 unsigned NumArgs = getFunctionOrMethodNumParams(D) + HasImplicitThisParam; in handleFormatAttr()3529 if (HasImplicitThisParam) { in handleFormatAttr()3611 bool HasImplicitThisParam = isInstanceMethod(D); in handleCallbackAttr() local3667 if (ArgIdx == 0 && !HasImplicitThisParam) { in handleCallbackAttr()3675 if (!HasImplicitThisParam && ArgIdx > 0) in handleCallbackAttr()3685 if (CalleeIdx < (int)HasImplicitThisParam) { in handleCallbackAttr()[all …]