clang
9.0.0
|
An abstract representation of regular/ObjC call/message targets. More...
#include "/work/llvm-www-releases/9.0.0/docsbuild/llvm.src/tools/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 428 of file CodeGenFunction.h.
|
inline |
Definition at line 433 of file CodeGenFunction.h.
|
inline |
Definition at line 434 of file CodeGenFunction.h.
|
inline |
Definition at line 435 of file CodeGenFunction.h.
|
inline |
Definition at line 439 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitNonNullArgCheck().
|
inline |
Definition at line 440 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitCallArgs(), and clang::CodeGen::CodeGenFunction::EmitNonNullArgCheck().
|
inline |
Definition at line 445 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitCallArgs(), and clang::CodeGen::CodeGenFunction::EmitNonNullArgCheck().
|
inline |
Definition at line 436 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitCallArgs().