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

/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp3139 bool FirstParam = true; local
3141 if (FirstParam)
3142 FirstParam = false;
H A DSemaExpr.cpp4245 unsigned FirstParam, ArrayRef<Expr *> Args,
4253 for (unsigned i = FirstParam; i < NumParams; i++) {
4243 GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, const FunctionProtoType *Proto, unsigned FirstParam, ArrayRef<Expr *> Args, SmallVectorImpl<Expr *> &AllArgs, VariadicCallType CallType, bool AllowExplicit, bool IsListInitialization) argument
/external/clang/include/clang/Sema/
H A DSema.h7581 unsigned FirstParam, ArrayRef<Expr *> Args,

Completed in 298 milliseconds