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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp53 unsigned argCount = call->getNumArgs(); local
54 if (argCount == desiredArgCount) return false;
56 if (argCount < desiredArgCount)
58 << 0 /*function call*/ << desiredArgCount << argCount
63 call->getArg(argCount - 1)->getLocEnd());
66 << 0 /*function call*/ << desiredArgCount << argCount

Completed in 106 milliseconds