Home
last modified time | relevance | path

Searched refs:AllowExplicitSequentialInitialValues (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DEnumInitialValueCheck.cpp140 AllowExplicitSequentialInitialValues( in storeOptions()
141 Options.get("AllowExplicitSequentialInitialValues", true)) {} in storeOptions()
146 Options.store(Opts, "AllowExplicitSequentialInitialValues", in registerMatchers()
147 AllowExplicitSequentialInitialValues); in registerMatchers()
160 if (!AllowExplicitSequentialInitialValues) in check()
H A DEnumInitialValueCheck.h33 const bool AllowExplicitSequentialInitialValues; variable
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Denum-initial-value.rst77 .. option:: AllowExplicitSequentialInitialValues
86 g0 = 1, // Not allowed if AllowExplicitSequentialInitialValues is false.