Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp331 bool HasImplicitThisParam = isInstanceMethod(D); in checkFunctionOrMethodParameterIndex() local
334 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam; in checkFunctionOrMethodParameterIndex()
351 if (HasImplicitThisParam && !CanIndexImplicitThis) { in checkFunctionOrMethodParameterIndex()
3370 bool HasImplicitThisParam = isInstanceMethod(D); in handleFormatAttr() local
3371 unsigned NumArgs = getFunctionOrMethodNumParams(D) + HasImplicitThisParam; in handleFormatAttr()
3408 if (HasImplicitThisParam) { in handleFormatAttr()