Searched refs:HasImplicitThisParam (Results 1 – 1 of 1) sorted by relevance
272 bool HasImplicitThisParam = isInstanceMethod(D); in checkFunctionOrMethodParameterIndex() local275 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam; in checkFunctionOrMethodParameterIndex()293 if (HasImplicitThisParam) { in checkFunctionOrMethodParameterIndex()2822 bool HasImplicitThisParam = isInstanceMethod(D); in handleFormatAttr() local2823 unsigned NumArgs = getFunctionOrMethodNumParams(D) + HasImplicitThisParam; in handleFormatAttr()2860 if (HasImplicitThisParam) { in handleFormatAttr()