clang-tools 20.0.0git
|
Public Types | |
using | MixVector = SmallVector< Mix, 8 > |
A container for Mixes. | |
Public Member Functions | |
const ParmVarDecl * | getFirstParam () const |
Gets the leftmost parameter of the range. | |
const ParmVarDecl * | getLastParam () const |
Gets the rightmost parameter of the range. | |
Public Attributes | |
std::size_t | NumParamsChecked = 0 |
The number of parameters iterated to build the instance. | |
MixVector | Mixes |
The individual flags and supporting information for the mixes. | |
Definition at line 526 of file EasilySwappableParametersCheck.cpp.
using clang::tidy::bugprone::model::MixableParameterRange::MixVector = SmallVector<Mix, 8> |
A container for Mixes.
Definition at line 528 of file EasilySwappableParametersCheck.cpp.
|
inline |
Gets the leftmost parameter of the range.
Definition at line 537 of file EasilySwappableParametersCheck.cpp.
References Mixes.
|
inline |
Gets the rightmost parameter of the range.
Definition at line 544 of file EasilySwappableParametersCheck.cpp.
References Mixes.
MixVector clang::tidy::bugprone::model::MixableParameterRange::Mixes |
The individual flags and supporting information for the mixes.
Definition at line 534 of file EasilySwappableParametersCheck.cpp.
Referenced by getFirstParam(), getLastParam(), and clang::tidy::bugprone::model::modelMixingRange().
std::size_t clang::tidy::bugprone::model::MixableParameterRange::NumParamsChecked = 0 |
The number of parameters iterated to build the instance.
Definition at line 531 of file EasilySwappableParametersCheck.cpp.
Referenced by clang::tidy::bugprone::model::modelMixingRange().