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

An abstract representation of regular/ObjC call/message targets. More...

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

Public Member Functions

 AbstractCallee ()
 
 AbstractCallee (const FunctionDecl *FD)
 
 AbstractCallee (const ObjCMethodDecl *OMD)
 
bool hasFunctionDecl () const
 
const DeclgetDecl () const
 
unsigned getNumParams () const
 
const ParmVarDeclgetParamDecl (unsigned I) const
 

Detailed Description

An abstract representation of regular/ObjC call/message targets.

Definition at line 331 of file CodeGenFunction.h.

Constructor & Destructor Documentation

clang::CodeGen::CodeGenFunction::AbstractCallee::AbstractCallee ( )
inline

Definition at line 336 of file CodeGenFunction.h.

clang::CodeGen::CodeGenFunction::AbstractCallee::AbstractCallee ( const FunctionDecl FD)
inline

Definition at line 337 of file CodeGenFunction.h.

clang::CodeGen::CodeGenFunction::AbstractCallee::AbstractCallee ( const ObjCMethodDecl OMD)
inline

Definition at line 338 of file CodeGenFunction.h.

Member Function Documentation

const Decl* clang::CodeGen::CodeGenFunction::AbstractCallee::getDecl ( ) const
inline
unsigned clang::CodeGen::CodeGenFunction::AbstractCallee::getNumParams ( ) const
inline
const ParmVarDecl* clang::CodeGen::CodeGenFunction::AbstractCallee::getParamDecl ( unsigned  I) const
inline
bool clang::CodeGen::CodeGenFunction::AbstractCallee::hasFunctionDecl ( ) const
inline

Definition at line 339 of file CodeGenFunction.h.

Referenced by clang::CodeGen::CodeGenFunction::EmitCallArgs().


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