Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dinconsistent-declaration-parameter-name.cpp80 void templateFunctionWithSeparateDeclarationAndDefinition(T a);
83 void templateFunctionWithSeparateDeclarationAndDefinition(T b) { b; } in templateFunctionWithSeparateDeclarationAndDefinition() function