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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp10538 SmallVector<Expr *, 8> AllArgs; local
H A DSemaExpr.cpp4138 SmallVector<Expr *, 8> AllArgs; local
4152 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 169 milliseconds