Home
last modified time | relevance | path

Searched refs:HasImplicitThisParam (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclAttr.cpp247 const bool HasImplicitThisParam = isInstanceMethod(D); in checkFunctionOrMethodArgumentIndex() local
248 const unsigned NumArgs = getFunctionOrMethodNumArgs(D) + HasImplicitThisParam; in checkFunctionOrMethodArgumentIndex()
266 if (HasImplicitThisParam) { in checkFunctionOrMethodArgumentIndex()
1134 bool HasImplicitThisParam = isInstanceMethod(D); in handleAllocSizeAttr() local
1137 NumArgs = getFunctionOrMethodNumArgs(D) + HasImplicitThisParam; in handleAllocSizeAttr()
1164 if (HasImplicitThisParam) { in handleAllocSizeAttr()
1208 bool HasImplicitThisParam = isInstanceMethod(D); in handleNonNullAttr() local
1209 unsigned NumArgs = getFunctionOrMethodNumArgs(D) + HasImplicitThisParam; in handleNonNullAttr()
1235 if (HasImplicitThisParam) { in handleNonNullAttr()
1340 bool HasImplicitThisParam = isInstanceMethod(D); in handleOwnershipAttr() local
[all …]