Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Davoid-const-params-in-decls.cpp3 using alias_type = bool; typedef
19 void F4(alias_type const i);
130 void NF4(alias_type const i) {} in NF4()
163 void NF(const alias_type& i);
167 void NF(const alias_type&);