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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp331 bool HasImplicitThisParam = isInstanceMethod(D); local
334 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam;
351 if (HasImplicitThisParam && !CanIndexImplicitThis) {
3319 bool HasImplicitThisParam = isInstanceMethod(D); local
3320 unsigned NumArgs = getFunctionOrMethodNumParams(D) + HasImplicitThisParam;
3357 if (HasImplicitThisParam) {
3439 bool HasImplicitThisParam = isInstanceMethod(D); local
3495 if (ArgIdx == 0 && !HasImplicitThisParam) {
3503 if (!HasImplicitThisParam && ArgIdx > 0)
3511 // This means the "CalleeIdx" has to be non-negative if "HasImplicitThisParam"
[all...]

Completed in 62 milliseconds