|
clang
5.0.0
|
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 FunctionProtoType * | getCalleeFunctionProtoType () const |
| const Decl * | getCalleeDecl () const |
Abstract information about a function or function prototype.
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 62 of file CGCall.h.
Referenced by clang::CodeGen::CodeGenModule::ConstructAttributeList(), and clang::CodeGen::CodeGenFunction::EmitCall().
|
inline |
Definition at line 59 of file CGCall.h.
Referenced by clang::CodeGen::CodeGenModule::ConstructAttributeList().
1.8.6