struct CodeGenFunction::BreakContinue

Declaration

struct CodeGenFunction::BreakContinue { /* full declaration omitted */ };

Declared at: clang/lib/CodeGen/CodeGenFunction.h:1428

Member Variables

public clang::CodeGen::CodeGenFunction::JumpDest BreakBlock
public clang::CodeGen::CodeGenFunction::JumpDest ContinueBlock

Method Overview

  • public BreakContinue(clang::CodeGen::CodeGenFunction::JumpDest Break, clang::CodeGen::CodeGenFunction::JumpDest Continue)

Methods

ΒΆBreakContinue(
    clang::CodeGen::CodeGenFunction::JumpDest
        Break,
    clang::CodeGen::CodeGenFunction::JumpDest
        Continue)

Declared at: clang/lib/CodeGen/CodeGenFunction.h:1429

Parameters

clang::CodeGen::CodeGenFunction::JumpDest Break
clang::CodeGen::CodeGenFunction::JumpDest Continue