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

An object to manage conditionally-evaluated expressions. More...

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

Public Member Functions

 ConditionalEvaluation (CodeGenFunction &CGF)
 
void begin (CodeGenFunction &CGF)
 
void end (CodeGenFunction &CGF)
 
llvm::BasicBlock * getStartingBlock () const
 Returns a block which will be executed prior to each evaluation of the conditional code. More...
 

Detailed Description

An object to manage conditionally-evaluated expressions.

Definition at line 838 of file CodeGenFunction.h.

Constructor & Destructor Documentation

clang::CodeGen::CodeGenFunction::ConditionalEvaluation::ConditionalEvaluation ( CodeGenFunction CGF)
inline

Definition at line 842 of file CodeGenFunction.h.

Member Function Documentation

void clang::CodeGen::CodeGenFunction::ConditionalEvaluation::begin ( CodeGenFunction CGF)
inline
void clang::CodeGen::CodeGenFunction::ConditionalEvaluation::end ( CodeGenFunction CGF)
inline
llvm::BasicBlock* clang::CodeGen::CodeGenFunction::ConditionalEvaluation::getStartingBlock ( ) const
inline

Returns a block which will be executed prior to each evaluation of the conditional code.

Definition at line 859 of file CodeGenFunction.h.

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


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