class FunctionArgList

Declaration

class FunctionArgList : public SmallVector { /* full declaration omitted */ };

Description

FunctionArgList - Type for representing both the decl and type of parameters to a function. The decl must be either a ParmVarDecl or ImplicitParamDecl.

Declared at: clang/lib/CodeGen/CGCall.h:353

Inherits from: SmallVector