Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DPassByValueCheck.cpp111 collectParamDecls(const CXXConstructorDecl *Ctor, in collectParamDecls() function
194 for (const ParmVarDecl *ParmDecl : collectParamDecls(Ctor, ParamDecl)) { in check()