clang 22.0.0git
clang::CodeGen::CGCalleeInfo Class Reference

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

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

Public Member Functions

 CGCalleeInfo ()
 CGCalleeInfo (const FunctionProtoType *calleeProtoTy, GlobalDecl calleeDecl)
 CGCalleeInfo (const FunctionProtoType *calleeProtoTy)
 CGCalleeInfo (GlobalDecl calleeDecl)
const FunctionProtoTypegetCalleeFunctionProtoType () const
const GlobalDecl getCalleeDecl () const

Detailed Description

Abstract information about a function or function prototype.

Definition at line 41 of file CGCall.h.

Constructor & Destructor Documentation

◆ CGCalleeInfo() [1/4]

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

Definition at line 48 of file CGCall.h.

References clang::nullptr.

◆ CGCalleeInfo() [2/4]

clang::CodeGen::CGCalleeInfo::CGCalleeInfo ( const FunctionProtoType * calleeProtoTy,
GlobalDecl calleeDecl )
inline

Definition at line 49 of file CGCall.h.

◆ CGCalleeInfo() [3/4]

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

Definition at line 51 of file CGCall.h.

◆ CGCalleeInfo() [4/4]

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

Definition at line 53 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

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