clang 19.0.0git
clang::CodeGen::FunctionArgList Class Reference

FunctionArgList - Type for representing both the decl and type of parameters to a function. More...

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGCall.h"

Inheritance diagram for clang::CodeGen::FunctionArgList:
Inheritance graph
[legend]

Detailed Description

FunctionArgList - Type for representing both the decl and type of parameters to a function.

The decl must be either a ParmVarDecl or ImplicitParamDecl.

Definition at line 352 of file CGCall.h.


The documentation for this class was generated from the following file: