Base class for RAII helpers that emit #if‐family guards and matching #endif.

Synopsis

Declared in <llvm/TableGen/CodeGenHelpers.h>

class IfGuardEmitterBase;

Protected Member Functions

Name

Description

IfGuardEmitterBase [constructor]

Constructors

~IfGuardEmitterBase [destructor]

Emit the closing #endif annotated with the stored condition.

operator= [deleted]

Copy assignment is deleted; each emitter owns a unique stream scope.

Created with MrDocs