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

/external/clang/lib/Sema/
H A DSemaExpr.cpp4082 unsigned FirstProtoArg,
4096 for (unsigned i = FirstProtoArg; i != NumArgsToCheck; i++) {
4079 GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, const FunctionProtoType *Proto, unsigned FirstProtoArg, ArrayRef<Expr *> Args, SmallVectorImpl<Expr *> &AllArgs, VariadicCallType CallType, bool AllowExplicit, bool IsListInitialization) argument

Completed in 146 milliseconds