clang
8.0.0
|
Abstract information about a function or function prototype. More...
#include "/work/llvm-www-releases/8.0.0/docsbuild/llvm.src/tools/clang/lib/CodeGen/CGCall.h"
Public Member Functions | |
CGCalleeInfo () | |
CGCalleeInfo (const FunctionProtoType *calleeProtoTy, GlobalDecl calleeDecl) | |
CGCalleeInfo (const FunctionProtoType *calleeProtoTy) | |
CGCalleeInfo (GlobalDecl calleeDecl) | |
const FunctionProtoType * | getCalleeFunctionProtoType () const |
const GlobalDecl | getCalleeDecl () const |
Abstract information about a function or function prototype.
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 63 of file CGCall.h.
Referenced by clang::CodeGen::CodeGenModule::ConstructAttributeList(), and clang::CodeGen::CodeGenFunction::EmitCall().
|
inline |
Definition at line 60 of file CGCall.h.
Referenced by clang::CodeGen::CodeGenModule::ConstructAttributeList().