Searched refs:HasImplicitThisParam (Results 1 – 1 of 1) sorted by relevance
247 const bool HasImplicitThisParam = isInstanceMethod(D); in checkFunctionOrMethodArgumentIndex() local248 const unsigned NumArgs = getFunctionOrMethodNumArgs(D) + HasImplicitThisParam; in checkFunctionOrMethodArgumentIndex()266 if (HasImplicitThisParam) { in checkFunctionOrMethodArgumentIndex()1134 bool HasImplicitThisParam = isInstanceMethod(D); in handleAllocSizeAttr() local1137 NumArgs = getFunctionOrMethodNumArgs(D) + HasImplicitThisParam; in handleAllocSizeAttr()1164 if (HasImplicitThisParam) { in handleAllocSizeAttr()1208 bool HasImplicitThisParam = isInstanceMethod(D); in handleNonNullAttr() local1209 unsigned NumArgs = getFunctionOrMethodNumArgs(D) + HasImplicitThisParam; in handleNonNullAttr()1235 if (HasImplicitThisParam) { in handleNonNullAttr()1340 bool HasImplicitThisParam = isInstanceMethod(D); in handleOwnershipAttr() local[all …]