|
clang 22.0.0git
|
An abstract representation of regular/ObjC call/message targets. More...
#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CIR/CodeGen/CIRGenFunction.h"
Public Member Functions | |
| AbstractCallee () | |
| AbstractCallee (const clang::FunctionDecl *fd) | |
| bool | hasFunctionDecl () const |
| unsigned | getNumParams () const |
| const clang::ParmVarDecl * | getParamDecl (unsigned I) const |
An abstract representation of regular/ObjC call/message targets.
Definition at line 467 of file CIRGenFunction.h.
|
inline |
Definition at line 472 of file CIRGenFunction.h.
References clang::nullptr.
|
inline |
Definition at line 473 of file CIRGenFunction.h.
|
inline |
Definition at line 479 of file CIRGenFunction.h.
Referenced by clang::CIRGen::CIRGenFunction::emitCallArgs().
|
inline |
Definition at line 485 of file CIRGenFunction.h.
Referenced by clang::CIRGen::CIRGenFunction::emitCallArgs().
|
inline |
Definition at line 475 of file CIRGenFunction.h.
Referenced by clang::CIRGen::CIRGenFunction::emitCallArgs().