Searched defs:NumProtoArgs (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp493 unsigned NumProtoArgs,
514 for (unsigned ArgIdx = NumProtoArgs; ArgIdx < NumArgs; ++ArgIdx)
549 unsigned NumProtoArgs = Proto ? Proto->getNumArgs() : 0; local
550 checkCall(FDecl, TheCall->getArgs(), TheCall->getNumArgs(), NumProtoArgs,
599 unsigned NumProtoArgs = Proto ? Proto->getNumArgs() : 0; local
602 NumProtoArgs, /*IsMemberFunction=*/false,
491 checkCall(NamedDecl *FDecl, Expr **Args, unsigned NumArgs, unsigned NumProtoArgs, bool IsMemberFunction, SourceLocation Loc, SourceRange Range, VariadicCallType CallType) argument

Completed in 115 milliseconds