clang 22.0.0git
Public Member Functions | List of all members
clang::CIRGen::CIRGenFunction::AbstractCallee Class Reference

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

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CIR/CodeGen/CIRGenFunction.h"

Public Member Functions

 AbstractCallee ()
 
 AbstractCallee (const clang::FunctionDecl *fd)
 
bool hasFunctionDecl () const
 
unsigned getNumParams () const
 
const clang::ParmVarDeclgetParamDecl (unsigned I) const
 

Detailed Description

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

Definition at line 376 of file CIRGenFunction.h.

Constructor & Destructor Documentation

◆ AbstractCallee() [1/2]

clang::CIRGen::CIRGenFunction::AbstractCallee::AbstractCallee ( )
inline

Definition at line 381 of file CIRGenFunction.h.

◆ AbstractCallee() [2/2]

clang::CIRGen::CIRGenFunction::AbstractCallee::AbstractCallee ( const clang::FunctionDecl fd)
inline

Definition at line 382 of file CIRGenFunction.h.

Member Function Documentation

◆ getNumParams()

unsigned clang::CIRGen::CIRGenFunction::AbstractCallee::getNumParams ( ) const
inline

Definition at line 388 of file CIRGenFunction.h.

Referenced by clang::CIRGen::CIRGenFunction::emitCallArgs().

◆ getParamDecl()

const clang::ParmVarDecl * clang::CIRGen::CIRGenFunction::AbstractCallee::getParamDecl ( unsigned  I) const
inline

Definition at line 394 of file CIRGenFunction.h.

Referenced by clang::CIRGen::CIRGenFunction::emitCallArgs().

◆ hasFunctionDecl()

bool clang::CIRGen::CIRGenFunction::AbstractCallee::hasFunctionDecl ( ) const
inline

Definition at line 384 of file CIRGenFunction.h.

Referenced by clang::CIRGen::CIRGenFunction::emitCallArgs().


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