Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/google/
DUpgradeGoogletestCaseCheck.cpp267 bool AddFix = true; in check() local
297 AddFix = !derivedTypeHasReplacementMethod(Result, ReplacementText); in check()
318 if (!AddFix) { in check()
/external/llvm-project/clang-tools-extra/clangd/
DDiagnostics.cpp655 auto AddFix = [&](bool SyntheticMessage) -> bool { in HandleDiagnostic() local
741 AddFix(true /* try to invent a message instead of repeating the diag */); in HandleDiagnostic()
765 if (!AddFix(false /* use the note as the message */)) in HandleDiagnostic()