Searched refs:HasImplicitThisParam (Results 1 – 1 of 1) sorted by relevance
331 bool HasImplicitThisParam = isInstanceMethod(D); in checkFunctionOrMethodParameterIndex() local334 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam; in checkFunctionOrMethodParameterIndex()351 if (HasImplicitThisParam && !CanIndexImplicitThis) { in checkFunctionOrMethodParameterIndex()3370 bool HasImplicitThisParam = isInstanceMethod(D); in handleFormatAttr() local3371 unsigned NumArgs = getFunctionOrMethodNumParams(D) + HasImplicitThisParam; in handleFormatAttr()3408 if (HasImplicitThisParam) { in handleFormatAttr()