clang
7.0.0
|
An abstract representation of regular/ObjC call/message targets. More...
#include "/work/llvm-www-releases/7.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 424 of file CodeGenFunction.h.
|
inline |
Definition at line 429 of file CodeGenFunction.h.
|
inline |
Definition at line 430 of file CodeGenFunction.h.
|
inline |
Definition at line 431 of file CodeGenFunction.h.
|
inline |
Definition at line 435 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitNonNullArgCheck().
|
inline |
Definition at line 436 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitNonNullArgCheck().
|
inline |
Definition at line 441 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitNonNullArgCheck().
|
inline |
Definition at line 432 of file CodeGenFunction.h.