clang
9.0.0
|
Loop optimization hint for loop and unroll pragmas. More...
#include "clang/Parse/LoopHint.h"
Public Member Functions | |
LoopHint () | |
Public Attributes | |
SourceRange | Range |
IdentifierLoc * | PragmaNameLoc |
IdentifierLoc * | OptionLoc |
IdentifierLoc * | StateLoc |
Expr * | ValueExpr |
Loop optimization hint for loop and unroll pragmas.
Definition at line 20 of file LoopHint.h.
|
inline |
Definition at line 37 of file LoopHint.h.
IdentifierLoc* clang::LoopHint::OptionLoc |
Definition at line 30 of file LoopHint.h.
Referenced by PragmaLoopHintString().
IdentifierLoc* clang::LoopHint::PragmaNameLoc |
Definition at line 26 of file LoopHint.h.
Referenced by PragmaLoopHintString().
SourceRange clang::LoopHint::Range |
Definition at line 22 of file LoopHint.h.
Referenced by PragmaLoopHintString().
IdentifierLoc* clang::LoopHint::StateLoc |
Definition at line 33 of file LoopHint.h.
Referenced by PragmaLoopHintString().
Expr* clang::LoopHint::ValueExpr |
Definition at line 35 of file LoopHint.h.
Referenced by PragmaLoopHintString().