clang API Documentation

clang::FullExpr Class Reference

#include <FullExpr.h>

Collaboration diagram for clang::FullExpr:
Collaboration graph
[legend]

List of all members.

Classes

struct  ExprAndTemporaries

Public Types

typedef CXXTemporary ** temps_iterator

Public Member Functions

ExprgetExpr ()
const ExprgetExpr () const
temps_iterator temps_begin ()
temps_iterator temps_end ()
void * getAsOpaquePtr () const

Static Public Member Functions

static FullExpr Create (ASTContext &Context, Expr *SubExpr, CXXTemporary **Temps, unsigned NumTemps)
static FullExpr getFromOpaquePtr (void *Ptr)

Detailed Description

Definition at line 26 of file FullExpr.h.


Member Typedef Documentation

Definition at line 62 of file FullExpr.h.


Member Function Documentation

FullExpr FullExpr::Create ( ASTContext Context,
Expr SubExpr,
CXXTemporary **  Temps,
unsigned  NumTemps 
) [static]

Definition at line 24 of file FullExpr.cpp.

References clang::ASTContext::Allocate().

Referenced by clang::Sema::CreateFullExpr().

void* clang::FullExpr::getAsOpaquePtr (  )  const [inline]

Definition at line 77 of file FullExpr.h.

const Expr* clang::FullExpr::getExpr (  )  const [inline]

Definition at line 58 of file FullExpr.h.

References getExpr().

Expr* clang::FullExpr::getExpr (  )  [inline]

Definition at line 51 of file FullExpr.h.

Referenced by getExpr().

static FullExpr clang::FullExpr::getFromOpaquePtr ( void *  Ptr  )  [inline, static]

Definition at line 79 of file FullExpr.h.

temps_iterator clang::FullExpr::temps_begin (  )  [inline]

Definition at line 64 of file FullExpr.h.

temps_iterator clang::FullExpr::temps_end (  )  [inline]

Definition at line 70 of file FullExpr.h.


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