|
clang
3.8.0
|
Loop optimization hint for loop and unroll pragmas. More...
#include <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.
| IdentifierLoc* clang::LoopHint::PragmaNameLoc |
Definition at line 27 of file LoopHint.h.
| SourceRange clang::LoopHint::Range |
Definition at line 23 of file LoopHint.h.
| IdentifierLoc* clang::LoopHint::StateLoc |
Definition at line 34 of file LoopHint.h.
| Expr* clang::LoopHint::ValueExpr |
Definition at line 36 of file LoopHint.h.
1.8.6