clang
3.9.0
|
CGCalleeInfo - Class to encapsulate the information about a callee to be used during the generation of call/invoke instructions. More...
#include <CGFunctionInfo.h>
Public Member Functions | |
CGCalleeInfo () | |
CGCalleeInfo (const FunctionProtoType *calleeProtoTy, const Decl *calleeDecl) | |
CGCalleeInfo (const FunctionProtoType *calleeProtoTy) | |
CGCalleeInfo (const Decl *calleeDecl) | |
const FunctionProtoType * | getCalleeFunctionProtoType () |
const Decl * | getCalleeDecl () |
CGCalleeInfo - Class to encapsulate the information about a callee to be used during the generation of call/invoke instructions.
Definition at line 669 of file CGFunctionInfo.h.
|
inlineexplicit |
Definition at line 676 of file CGFunctionInfo.h.
|
inline |
Definition at line 677 of file CGFunctionInfo.h.
|
inline |
Definition at line 679 of file CGFunctionInfo.h.
|
inline |
Definition at line 681 of file CGFunctionInfo.h.
|
inline |
Definition at line 687 of file CGFunctionInfo.h.
Referenced by clang::CodeGen::CodeGenModule::ConstructAttributeList(), and clang::CodeGen::CodeGenFunction::EmitCall().
|
inline |
Definition at line 684 of file CGFunctionInfo.h.
Referenced by clang::CodeGen::CodeGenModule::ConstructAttributeList().