Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DDeclRefExprUtils.h46 bool isCopyConstructorArgument(const DeclRefExpr &DeclRef, const Decl &Decl,
DDeclRefExprUtils.cpp110 bool isCopyConstructorArgument(const DeclRefExpr &DeclRef, const Decl &Decl, in isCopyConstructorArgument() function
/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DUnnecessaryValueParamCheck.cpp123 utils::decl_ref_expr::isCopyConstructorArgument( in check()