clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::LoopHint Struct Reference

Loop optimization hint for loop and unroll pragmas. More...

#include "clang/Parse/LoopHint.h"

Public Member Functions

 LoopHint ()=default
 

Public Attributes

SourceRange Range
 
IdentifierLocPragmaNameLoc = nullptr
 
IdentifierLocOptionLoc = nullptr
 
IdentifierLocStateLoc = nullptr
 
ExprValueExpr = nullptr
 

Detailed Description

Loop optimization hint for loop and unroll pragmas.

Definition at line 20 of file LoopHint.h.

Constructor & Destructor Documentation

◆ LoopHint()

clang::LoopHint::LoopHint ( )
default

Member Data Documentation

◆ OptionLoc

IdentifierLoc* clang::LoopHint::OptionLoc = nullptr

Definition at line 30 of file LoopHint.h.

◆ PragmaNameLoc

IdentifierLoc* clang::LoopHint::PragmaNameLoc = nullptr

Definition at line 26 of file LoopHint.h.

◆ Range

SourceRange clang::LoopHint::Range

Definition at line 22 of file LoopHint.h.

◆ StateLoc

IdentifierLoc* clang::LoopHint::StateLoc = nullptr

Definition at line 33 of file LoopHint.h.

◆ ValueExpr

Expr* clang::LoopHint::ValueExpr = nullptr

Definition at line 35 of file LoopHint.h.


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