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

/external/clang/lib/Sema/
H A DSemaExpr.cpp3623 unsigned FirstProtoArg,
3636 for (unsigned i = FirstProtoArg; i != NumArgsToCheck; i++) {
3620 GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, const FunctionProtoType *Proto, unsigned FirstProtoArg, Expr **Args, unsigned NumArgs, SmallVector<Expr *, 8> &AllArgs, VariadicCallType CallType, bool AllowExplicit) argument

Completed in 99 milliseconds