Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp6655 SmallVector<Expr *, 8> AllArgs; ConvertArgumentsForCall() local
6673 GatherArgumentsForCall(SourceLocation CallLoc,FunctionDecl * FDecl,const FunctionProtoType * Proto,unsigned FirstParam,ArrayRef<Expr * > Args,SmallVectorImpl<Expr * > & AllArgs,VariadicCallType CallType,bool AllowExplicit,bool IsListInitialization) GatherArgumentsForCall() argument
H A DSemaDeclCXX.cpp16210 SmallVector<Expr *, 8> AllArgs; CompleteConstructorCall() local