Searched refs:HasImplicitThisParam (Results 1 – 1 of 1) sorted by relevance
304 bool HasImplicitThisParam = isInstanceMethod(D); in checkFunctionOrMethodParameterIndex() local307 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam; in checkFunctionOrMethodParameterIndex()324 if (HasImplicitThisParam && !CanIndexImplicitThis) { in checkFunctionOrMethodParameterIndex()3406 bool HasImplicitThisParam = isInstanceMethod(D); in handleFormatAttr() local3407 unsigned NumArgs = getFunctionOrMethodNumParams(D) + HasImplicitThisParam; in handleFormatAttr()3444 if (HasImplicitThisParam) { in handleFormatAttr()3526 bool HasImplicitThisParam = isInstanceMethod(D); in handleCallbackAttr() local3582 if (ArgIdx == 0 && !HasImplicitThisParam) { in handleCallbackAttr()3590 if (!HasImplicitThisParam && ArgIdx > 0) in handleCallbackAttr()3600 if (CalleeIdx < (int)HasImplicitThisParam) { in handleCallbackAttr()[all …]