clang 18.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/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/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 499 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ AbstractCallee() [1/3]

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

Definition at line 504 of file CodeGenFunction.h.

◆ AbstractCallee() [2/3]

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

Definition at line 505 of file CodeGenFunction.h.

◆ AbstractCallee() [3/3]

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

Definition at line 506 of file CodeGenFunction.h.

Member Function Documentation

◆ getDecl()

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

Definition at line 510 of file CodeGenFunction.h.

◆ getNumParams()

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

Definition at line 511 of file CodeGenFunction.h.

◆ getParamDecl()

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

Definition at line 516 of file CodeGenFunction.h.

◆ hasFunctionDecl()

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

Definition at line 507 of file CodeGenFunction.h.


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