Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp40 AnalyzeValues(Options.get("AnalyzeValues", true)), in ConstCorrectnessCheck()
47 if (AnalyzeValues == false && AnalyzeReferences == false) in ConstCorrectnessCheck()
55 Options.store(Opts, "AnalyzeValues", AnalyzeValues); in storeOptions()
153 if (VC == VariableCategory::Value && !AnalyzeValues) in check()
H A DConstCorrectnessCheck.h44 const bool AnalyzeValues; variable
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/
H A Dconst-correctness.rst83 .. option:: AnalyzeValues (default = true)