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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp111 unsigned argCount = call->getNumArgs(); local
112 if (argCount == desiredArgCount) return false;
114 if (argCount < desiredArgCount)
116 << 0 /*function call*/ << desiredArgCount << argCount
121 call->getArg(argCount - 1)->getEndLoc());
124 << 0 /*function call*/ << desiredArgCount << argCount

Completed in 274 milliseconds