Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DUnnecessaryCopyInitialization.cpp30 static constexpr StringRef MethodDeclId = "methodDecl"; variable
88 .bind(MethodDeclId); in AST_MATCHER_FUNCTION_P()
213 const auto *MethodDecl = Nodes.getNodeAs<CXXMethodDecl>(MethodDeclId); in constructorArgumentType()