clang 24.0.0git
clang::CodeGen::CGCalleeInfo Class Reference

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

#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGCall.h"

Public Member Functions

 CGCalleeInfo ()
 CGCalleeInfo (const FunctionType *calleeFunctionTy, GlobalDecl calleeDecl)
 CGCalleeInfo (const FunctionType *calleeFunctionTy)
 CGCalleeInfo (GlobalDecl calleeDecl)
const FunctionTypegetCalleeFunctionType () const
const FunctionProtoTypegetCalleeFunctionProtoType () const
const GlobalDecl getCalleeDecl () const

Detailed Description

Abstract information about a function or function prototype.

Definition at line 43 of file CGCall.h.

Constructor & Destructor Documentation

◆ CGCalleeInfo() [1/4]

clang::CodeGen::CGCalleeInfo::CGCalleeInfo ( )
inlineexplicit

Definition at line 50 of file CGCall.h.

References clang::nullptr.

◆ CGCalleeInfo() [2/4]

clang::CodeGen::CGCalleeInfo::CGCalleeInfo ( const FunctionType * calleeFunctionTy,
GlobalDecl calleeDecl )
inline

Definition at line 51 of file CGCall.h.

◆ CGCalleeInfo() [3/4]

clang::CodeGen::CGCalleeInfo::CGCalleeInfo ( const FunctionType * calleeFunctionTy)
inline

Definition at line 53 of file CGCall.h.

◆ CGCalleeInfo() [4/4]

clang::CodeGen::CGCalleeInfo::CGCalleeInfo ( GlobalDecl calleeDecl)
inline

Definition at line 55 of file CGCall.h.

References clang::nullptr.

Member Function Documentation

◆ getCalleeDecl()

const GlobalDecl clang::CodeGen::CGCalleeInfo::getCalleeDecl ( ) const
inline

◆ getCalleeFunctionProtoType()

const FunctionProtoType * clang::CodeGen::CGCalleeInfo::getCalleeFunctionProtoType ( ) const
inline

◆ getCalleeFunctionType()

const FunctionType * clang::CodeGen::CGCalleeInfo::getCalleeFunctionType ( ) const
inline

Definition at line 58 of file CGCall.h.


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