|
clang
5.0.0
|
An abstract representation of regular/ObjC call/message targets. More...
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 331 of file CodeGenFunction.h.
|
inline |
Definition at line 336 of file CodeGenFunction.h.
|
inline |
Definition at line 337 of file CodeGenFunction.h.
|
inline |
Definition at line 338 of file CodeGenFunction.h.
|
inline |
Definition at line 342 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitCallArgs(), and clang::CodeGen::CodeGenFunction::EmitNonNullArgCheck().
|
inline |
Definition at line 343 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitCallArgs(), and clang::CodeGen::CodeGenFunction::EmitNonNullArgCheck().
|
inline |
Definition at line 348 of file CodeGenFunction.h.
References I.
Referenced by clang::CodeGen::CodeGenFunction::EmitCallArgs(), and clang::CodeGen::CodeGenFunction::EmitNonNullArgCheck().
|
inline |
Definition at line 339 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitCallArgs().
1.8.6