Home
last modified time | relevance | path

Searched refs:UseCxx20IfAvailable (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertCheck.h83 const bool UseCxx20IfAvailable; variable
DLoopConvertCheck.cpp498 UseCxx20IfAvailable(Options.get("UseCxx20ReverseRanges", true)), in LoopConvertCheck()
509 UseReverseRanges = UseCxx20IfAvailable && getLangOpts().CPlusPlus20; in LoopConvertCheck()
520 Options.store(Opts, "UseCxx20ReverseRanges", UseCxx20IfAvailable); in storeOptions()