clang  19.0.0git
Public Member Functions | List of all members
clang::CodeGen::CodeGenFunction::AbstractCallee Class Reference

An abstract representation of regular/ObjC call/message targets. More...

#include "/home/runner/work/llvm/llvm/repo/clang/lib/CodeGen/CodeGenFunction.h"

Public Member Functions

 AbstractCallee ()
 
 AbstractCallee (const FunctionDecl *FD)
 
 AbstractCallee (const ObjCMethodDecl *OMD)
 
bool hasFunctionDecl () const
 
const DeclgetDecl () const
 
unsigned getNumParams () const
 
const ParmVarDeclgetParamDecl (unsigned I) const
 

Detailed Description

An abstract representation of regular/ObjC call/message targets.

Definition at line 550 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ AbstractCallee() [1/3]

clang::CodeGen::CodeGenFunction::AbstractCallee::AbstractCallee ( )
inline

Definition at line 555 of file CodeGenFunction.h.

◆ AbstractCallee() [2/3]

clang::CodeGen::CodeGenFunction::AbstractCallee::AbstractCallee ( const FunctionDecl FD)
inline

Definition at line 556 of file CodeGenFunction.h.

◆ AbstractCallee() [3/3]

clang::CodeGen::CodeGenFunction::AbstractCallee::AbstractCallee ( const ObjCMethodDecl OMD)
inline

Definition at line 557 of file CodeGenFunction.h.

Member Function Documentation

◆ getDecl()

const Decl* clang::CodeGen::CodeGenFunction::AbstractCallee::getDecl ( ) const
inline

Definition at line 561 of file CodeGenFunction.h.

◆ getNumParams()

unsigned clang::CodeGen::CodeGenFunction::AbstractCallee::getNumParams ( ) const
inline

Definition at line 562 of file CodeGenFunction.h.

◆ getParamDecl()

const ParmVarDecl* clang::CodeGen::CodeGenFunction::AbstractCallee::getParamDecl ( unsigned  I) const
inline

Definition at line 567 of file CodeGenFunction.h.

◆ hasFunctionDecl()

bool clang::CodeGen::CodeGenFunction::AbstractCallee::hasFunctionDecl ( ) const
inline

Definition at line 558 of file CodeGenFunction.h.


The documentation for this class was generated from the following file: