clang
6.0.0
|
An abstract representation of regular/ObjC call/message targets. More...
#include "/work/www-prereleases/6.0.0/rc3/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 341 of file CodeGenFunction.h.
|
inline |
Definition at line 346 of file CodeGenFunction.h.
|
inline |
Definition at line 347 of file CodeGenFunction.h.
|
inline |
Definition at line 348 of file CodeGenFunction.h.
|
inline |
Definition at line 352 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitNonNullArgCheck().
|
inline |
Definition at line 353 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitNonNullArgCheck().
|
inline |
Definition at line 358 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitNonNullArgCheck().
|
inline |
Definition at line 349 of file CodeGenFunction.h.