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"
An abstract representation of regular/ObjC call/message targets.
Definition at line 547 of file CodeGenFunction.h.
◆ AbstractCallee() [1/3]
clang::CodeGen::CodeGenFunction::AbstractCallee::AbstractCallee |
( |
| ) |
|
|
inline |
◆ AbstractCallee() [2/3]
clang::CodeGen::CodeGenFunction::AbstractCallee::AbstractCallee |
( |
const FunctionDecl * |
FD | ) |
|
|
inline |
◆ AbstractCallee() [3/3]
clang::CodeGen::CodeGenFunction::AbstractCallee::AbstractCallee |
( |
const ObjCMethodDecl * |
OMD | ) |
|
|
inline |
◆ getDecl()
const Decl * clang::CodeGen::CodeGenFunction::AbstractCallee::getDecl |
( |
| ) |
const |
|
inline |
◆ getNumParams()
unsigned clang::CodeGen::CodeGenFunction::AbstractCallee::getNumParams |
( |
| ) |
const |
|
inline |
◆ getParamDecl()
const ParmVarDecl * clang::CodeGen::CodeGenFunction::AbstractCallee::getParamDecl |
( |
unsigned |
I | ) |
const |
|
inline |
◆ hasFunctionDecl()
bool clang::CodeGen::CodeGenFunction::AbstractCallee::hasFunctionDecl |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: