Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DVirtualNearMissCheck.cpp253 bool ApplyFix = !BaseMD->isTemplateInstantiation() && in check() local
261 if (ApplyFix) in check()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseEqualsDefaultCheck.cpp273 bool ApplyFix = SpecialFunctionDecl->isCopyAssignmentOperator() || in check() local
311 if (ApplyFix) { in check()
/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Dexecute-command.test43 # ApplyFix argument not a mapping node.