clang  5.0.0
Public Member Functions | List of all members
clang::CodeGen::CGCalleeInfo Class Reference

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

#include "/usr/local/google/work/llvm-www-releases/5.0.0/docsbuild/llvm.src/tools/clang/lib/CodeGen/CGCall.h"

Public Member Functions

 CGCalleeInfo ()
 
 CGCalleeInfo (const FunctionProtoType *calleeProtoTy, const Decl *calleeDecl)
 
 CGCalleeInfo (const FunctionProtoType *calleeProtoTy)
 
 CGCalleeInfo (const Decl *calleeDecl)
 
const FunctionProtoTypegetCalleeFunctionProtoType () const
 
const DeclgetCalleeDecl () const
 

Detailed Description

Abstract information about a function or function prototype.

Definition at line 44 of file CGCall.h.

Constructor & Destructor Documentation

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

Definition at line 51 of file CGCall.h.

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

Definition at line 52 of file CGCall.h.

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

Definition at line 54 of file CGCall.h.

clang::CodeGen::CGCalleeInfo::CGCalleeInfo ( const Decl calleeDecl)
inline

Definition at line 56 of file CGCall.h.

Member Function Documentation

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

Definition at line 59 of file CGCall.h.

Referenced by clang::CodeGen::CodeGenModule::ConstructAttributeList().


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