Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp44 TransformReferences(Options.get("TransformReferences", true)), in ConstCorrectnessCheck()
60 Options.store(Opts, "TransformReferences", TransformReferences); in storeOptions()
186 if (VC == VariableCategory::Reference && TransformReferences) { in check()
H A DConstCorrectnessCheck.h49 const bool TransformReferences; variable
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/
H A Dconst-correctness.rst146 .. option:: TransformReferences (default = true)