Home
last modified time | relevance | path

Searched refs:GlobalConstantPointerCase (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.c14 const int* GlobalConstantPointerCase = NULL; variable
H A Didentifier-naming-hungarian-notation.cpp37 const int* GlobalConstantPointerCase = nullptr; variable
H A Didentifier-naming-hungarian-notation-lower-case-prefix.cpp37 const int* GlobalConstantPointerCase = nullptr; variable
H A Didentifier-naming-hungarian-notation-cfgfile.cpp37 const int* GlobalConstantPointerCase = nullptr; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/Inputs/identifier-naming/hungarian-notation3/
H A D.clang-tidy16 readability-identifier-naming.GlobalConstantPointerCase: CamelCase
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/Inputs/identifier-naming/hungarian-notation1/
H A D.clang-tidy16 readability-identifier-naming.GlobalConstantPointerCase: CamelCase
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/Inputs/identifier-naming/hungarian-notation2/
H A D.clang-tidy14 readability-identifier-naming.GlobalConstantPointerCase: CamelCase
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Didentifier-naming.rst71 …- :option:`GlobalConstantPointerCase`, :option:`GlobalConstantPointerPrefix`, :option:`GlobalConst…
988 .. option:: GlobalConstantPointerCase
1015 - GlobalConstantPointerCase of ``lower_case``