Searched refs:HasImplicitThisParam (Results 1 – 1 of 1) sorted by relevance
276 bool HasImplicitThisParam = isInstanceMethod(D); in checkFunctionOrMethodParameterIndex() local279 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam; in checkFunctionOrMethodParameterIndex()297 if (HasImplicitThisParam) { in checkFunctionOrMethodParameterIndex()2895 bool HasImplicitThisParam = isInstanceMethod(D); in handleFormatAttr() local2896 unsigned NumArgs = getFunctionOrMethodNumParams(D) + HasImplicitThisParam; in handleFormatAttr()2933 if (HasImplicitThisParam) { in handleFormatAttr()