The information needed to describe a valid convertible usage of an array index or iterator.
More...
#include <LoopConvertUtils.h>
The information needed to describe a valid convertible usage of an array index or iterator.
Definition at line 205 of file LoopConvertUtils.h.
◆ UsageKind
Enumerator |
---|
UK_Default | |
UK_MemberThroughArrow | |
UK_CaptureByCopy | |
UK_CaptureByRef | |
Definition at line 206 of file LoopConvertUtils.h.
◆ Usage() [1/2]
clang::tidy::modernize::Usage::Usage |
( |
const Expr * |
E | ) |
|
|
inlineexplicit |
◆ Usage() [2/2]
clang::tidy::modernize::Usage::Usage |
( |
const Expr * |
E, |
|
|
UsageKind |
Kind, |
|
|
SourceRange |
Range |
|
) |
| |
|
inline |
◆ Expression
const Expr* clang::tidy::modernize::Usage::Expression |
◆ Kind
UsageKind clang::tidy::modernize::Usage::Kind |
◆ Range
SourceRange clang::tidy::modernize::Usage::Range |
The documentation for this struct was generated from the following file: