clang 22.0.0git
|
An abstract representation of regular/ObjC call/message targets. More...
#include "/home/buildbot/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 376 of file CIRGenFunction.h.
|
inline |
Definition at line 381 of file CIRGenFunction.h.
|
inline |
Definition at line 382 of file CIRGenFunction.h.
|
inline |
Definition at line 388 of file CIRGenFunction.h.
Referenced by clang::CIRGen::CIRGenFunction::emitCallArgs().
|
inline |
Definition at line 394 of file CIRGenFunction.h.
Referenced by clang::CIRGen::CIRGenFunction::emitCallArgs().
|
inline |
Definition at line 384 of file CIRGenFunction.h.
Referenced by clang::CIRGen::CIRGenFunction::emitCallArgs().