Home
last modified time | relevance | path

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

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