Home
last modified time | relevance | path

Searched refs:StaticConstantCase (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-naming-hungarian-notation-c-language.c54 static const int StaticConstantCase = 3; variable
H A Didentifier-naming-hungarian-notation.cpp106 static const int StaticConstantCase = 3; variable
H A Didentifier-naming-hungarian-notation-lower-case-prefix.cpp106 static const int StaticConstantCase = 3; variable
H A Didentifier-naming-hungarian-notation-cfgfile.cpp106 static const int StaticConstantCase = 3; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/Inputs/identifier-naming/hungarian-notation3/
H A D.clang-tidy30 readability-identifier-naming.StaticConstantCase: CamelCase
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/Inputs/identifier-naming/hungarian-notation1/
H A D.clang-tidy30 readability-identifier-naming.StaticConstantCase: CamelCase
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/Inputs/identifier-naming/hungarian-notation2/
H A D.clang-tidy28 readability-identifier-naming.StaticConstantCase: CamelCase
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Didentifier-naming.rst95 …- :option:`StaticConstantCase`, :option:`StaticConstantPrefix`, :option:`StaticConstantSuffix`, :o…
2069 .. option:: StaticConstantCase
2096 - StaticConstantCase of ``lower_case``