Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DUpgradeGoogletestCaseCheck.cpp273 bool AddFix = true; in check() local
303 AddFix = !derivedTypeHasReplacementMethod(Result, ReplacementText); in check()
324 if (!AddFix) { in check()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DDiagnostics.cpp724 auto AddFix = [&](bool SyntheticMessage) -> bool { in HandleDiagnostic() local
812 AddFix(true /* try to invent a message instead of repeating the diag */); in HandleDiagnostic()
846 if (!AddFix(false /* use the note as the message */)) in HandleDiagnostic()