|
clang 23.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 553 of file CodeGenFunction.h.
|
inline |
Definition at line 558 of file CodeGenFunction.h.
References clang::nullptr.
|
inline |
Definition at line 559 of file CodeGenFunction.h.
|
inline |
Definition at line 560 of file CodeGenFunction.h.
|
inline |
Definition at line 564 of file CodeGenFunction.h.
References clang::CodeGen::Decl.
Referenced by clang::CodeGen::CodeGenFunction::EmitCallArgs(), clang::CodeGen::CodeGenFunction::EmitNonNullArgCheck(), and clang::CodeGen::CodeGenFunction::EmitNonNullArgCheck().
|
inline |
Definition at line 565 of file CodeGenFunction.h.
References clang::cast().
Referenced by clang::CodeGen::CodeGenFunction::EmitCallArgs(), and clang::CodeGen::CodeGenFunction::EmitNonNullArgCheck().
|
inline |
Definition at line 570 of file CodeGenFunction.h.
References clang::cast().
Referenced by clang::CodeGen::CodeGenFunction::EmitCallArgs(), and clang::CodeGen::CodeGenFunction::EmitNonNullArgCheck().
|
inline |
Definition at line 561 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitCallArgs().