Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DDeclRefExprUtils.h46 bool isCopyConstructorArgument(const DeclRefExpr &DeclRef, const Decl &Decl,
H A DDeclRefExprUtils.cpp121 bool isCopyConstructorArgument(const DeclRefExpr &DeclRef, const Decl &Decl, in isCopyConstructorArgument() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DUnnecessaryValueParamCheck.cpp112 utils::decl_ref_expr::isCopyConstructorArgument( in check()