clang
6.0.0
|
Loop optimization hint for loop and unroll pragmas. More...
#include "clang/Sema/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 21 of file LoopHint.h.
|
inline |
Definition at line 38 of file LoopHint.h.
IdentifierLoc* clang::LoopHint::OptionLoc |
Definition at line 31 of file LoopHint.h.
Referenced by PragmaLoopHintString().
IdentifierLoc* clang::LoopHint::PragmaNameLoc |
Definition at line 27 of file LoopHint.h.
Referenced by PragmaLoopHintString().
SourceRange clang::LoopHint::Range |
Definition at line 23 of file LoopHint.h.
Referenced by PragmaLoopHintString().
IdentifierLoc* clang::LoopHint::StateLoc |
Definition at line 34 of file LoopHint.h.
Referenced by PragmaLoopHintString().
Expr* clang::LoopHint::ValueExpr |
Definition at line 36 of file LoopHint.h.
Referenced by PragmaLoopHintString().