clang API Documentation

Public Member Functions | Static Public Member Functions
clang::CodeGen::DominatingValue< RValue >::saved_type Class Reference

#include <CodeGenFunction.h>

List of all members.

Public Member Functions

RValue restore (CodeGenFunction &CGF)

Static Public Member Functions

static bool needsSaving (RValue value)
static saved_type save (CodeGenFunction &CGF, RValue value)

Detailed Description

template<>
class clang::CodeGen::DominatingValue< RValue >::saved_type

Definition at line 2837 of file CodeGenFunction.h.


Member Function Documentation

static bool clang::CodeGen::DominatingValue< RValue >::saved_type::needsSaving ( RValue  value) [static]
RValue clang::CodeGen::DominatingValue< RValue >::saved_type::restore ( CodeGenFunction CGF)
static saved_type clang::CodeGen::DominatingValue< RValue >::saved_type::save ( CodeGenFunction CGF,
RValue  value 
) [static]

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