struct LoopHint

Declaration

struct LoopHint { /* full declaration omitted */ };

Description

Loop optimization hint for loop and unroll pragmas.

Declared at: clang/include/clang/Parse/LoopHint.h:20

Member Variables

public clang::SourceRange Range
public clang::IdentifierLoc* PragmaNameLoc
public clang::IdentifierLoc* OptionLoc
public clang::IdentifierLoc* StateLoc
public clang::Expr* ValueExpr

Method Overview

Methods

ΒΆLoopHint()

Declared at: clang/include/clang/Parse/LoopHint.h:37