Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DAvoidConstParamsInDecls.cpp32 const auto ConstParamDecl = in registerMatchers() local
44 has(typeLoc(forEach(ConstParamDecl)))) in registerMatchers()