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

Abstract information about a function or function prototype. More...

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

Public Member Functions

 CIRGenCalleeInfo ()
 
 CIRGenCalleeInfo (const clang::FunctionProtoType *calleeProtoTy, clang::GlobalDecl calleeDecl)
 
 CIRGenCalleeInfo (clang::GlobalDecl calleeDecl)
 
const clang::FunctionProtoTypegetCalleeFunctionProtoType () const
 
clang::GlobalDecl getCalleeDecl () const
 

Detailed Description

Abstract information about a function or function prototype.

Definition at line 27 of file CIRGenCall.h.

Constructor & Destructor Documentation

◆ CIRGenCalleeInfo() [1/3]

clang::CIRGen::CIRGenCalleeInfo::CIRGenCalleeInfo ( )
inlineexplicit

Definition at line 32 of file CIRGenCall.h.

◆ CIRGenCalleeInfo() [2/3]

clang::CIRGen::CIRGenCalleeInfo::CIRGenCalleeInfo ( const clang::FunctionProtoType calleeProtoTy,
clang::GlobalDecl  calleeDecl 
)
inline

Definition at line 33 of file CIRGenCall.h.

◆ CIRGenCalleeInfo() [3/3]

clang::CIRGen::CIRGenCalleeInfo::CIRGenCalleeInfo ( clang::GlobalDecl  calleeDecl)
inline

Definition at line 36 of file CIRGenCall.h.

Member Function Documentation

◆ getCalleeDecl()

clang::GlobalDecl clang::CIRGen::CIRGenCalleeInfo::getCalleeDecl ( ) const
inline

Definition at line 42 of file CIRGenCall.h.

Referenced by clang::CIRGen::CIRGenModule::constructAttributeList().

◆ getCalleeFunctionProtoType()

const clang::FunctionProtoType * clang::CIRGen::CIRGenCalleeInfo::getCalleeFunctionProtoType ( ) const
inline

Definition at line 39 of file CIRGenCall.h.

Referenced by clang::CIRGen::CIRGenModule::constructAttributeList().


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