Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp492 unsigned NumProtoArgs, in checkCall() argument
511 for (unsigned ArgIdx = NumProtoArgs; ArgIdx < Args.size(); ++ArgIdx) { in checkCall()
552 unsigned NumProtoArgs = Proto ? Proto->getNumArgs() : 0; in CheckFunctionCall() local
563 NumProtoArgs, in CheckFunctionCall()
613 unsigned NumProtoArgs = Proto ? Proto->getNumArgs() : 0; in CheckBlockCall() local
618 NumProtoArgs, /*IsMemberFunction=*/false, in CheckBlockCall()
/external/clang/include/clang/Sema/
DSema.h7301 unsigned NumProtoArgs, bool IsMemberFunction,