clang
15.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/CodeGen/CodeGenFunction.h"
Public Member Functions | |
AbstractCallee () | |
AbstractCallee (const FunctionDecl *FD) | |
AbstractCallee (const ObjCMethodDecl *OMD) | |
bool | hasFunctionDecl () const |
const Decl * | getDecl () const |
unsigned | getNumParams () const |
const ParmVarDecl * | getParamDecl (unsigned I) const |
An abstract representation of regular/ObjC call/message targets.
Definition at line 493 of file CodeGenFunction.h.
|
inline |
Definition at line 498 of file CodeGenFunction.h.
|
inline |
Definition at line 499 of file CodeGenFunction.h.
|
inline |
Definition at line 500 of file CodeGenFunction.h.
|
inline |
Definition at line 504 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitCallArgs(), and clang::CodeGen::CodeGenFunction::EmitNonNullArgCheck().
|
inline |
Definition at line 505 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitCallArgs(), and clang::CodeGen::CodeGenFunction::EmitNonNullArgCheck().
|
inline |
Definition at line 510 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitCallArgs(), and clang::CodeGen::CodeGenFunction::EmitNonNullArgCheck().
|
inline |
Definition at line 501 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitCallArgs().