Home
last modified time | relevance | path

Searched defs:IssueFix (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DUnnecessaryCopyInitialization.cpp278 bool IssueFix = Stmt->isSingleDecl() && !NewVar->getLocation().isMacroID(); in check() local
308 bool IssueFix, const VarDecl *ObjectArg, ASTContext &Context) { in handleCopyFromMethodReturn()
339 const DeclStmt &Stmt, bool IssueFix, ASTContext &Context) { in handleCopyFromLocalVar()