Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DParsedAST.cpp352 llvm::Optional<IncludeFixer> FixIncludes; in build() local
364 FixIncludes.emplace(Filename, Inserter, *Inputs.Index, in build()
366 ASTDiags.contributeFixes([&FixIncludes](DiagnosticsEngine::Level DiagLevl, in build()
368 return FixIncludes->fix(DiagLevl, Info); in build()
370 Clang->setExternalSemaSource(FixIncludes->unresolvedNameRecorder()); in build()