Searched refs:inconsistentFunction (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | inconsistent-declaration-parameter-name-strict.cpp | 4 void inconsistentFunction(int a, int b, int c); 6 void inconsistentFunction(int prefixA, int b, int cSuffix); 9 void inconsistentFunction(int a, int b, int c); 10 void inconsistentFunction(int /*c*/, int /*c*/, int /*c*/);
|
H A D | inconsistent-declaration-parameter-name.cpp | 13 void inconsistentFunction(int a, int b, int c); 16 void inconsistentFunction(int d, int e, int f); 19 void inconsistentFunction(int x, int y, int z); 48 void inconsistentFunction(int a); 51 void Struct::inconsistentFunction(int b) { b = 0; } in inconsistentFunction() function in Struct
|