Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/Tooling/
DDiagnosticsYamlTest.cpp148 auto getFixes = [](const StringMap<Replacements> &Fix) { in TEST() local
/external/llvm-project/clang-tools-extra/clangd/
DClangdLSPServer.cpp1531 std::vector<Fix> ClangdLSPServer::getFixes(llvm::StringRef File, in getFixes() function in clang::clangd::ClangdLSPServer