Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DUnnecessaryCopyInitialization.cpp31 static constexpr StringRef FunctionDeclId = "functionDecl"; variable
107 .bind(FunctionDeclId)), in AST_MATCHER_FUNCTION()
210 if (const auto *FuncDecl = Nodes.getNodeAs<FunctionDecl>(FunctionDeclId)) { in constructorArgumentType()