Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.h70 } InsertIncludes = IncludeInsertion::IWYU; member
H A DCodeComplete.cpp254 if (Opts.InsertIncludes == CodeCompleteOptions::NeverInsert || in headerToInsertIfAllowed()
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp256 init(CodeCompleteOptions().InsertIncludes),
914 Opts.CodeComplete.InsertIncludes = HeaderInsertion; in main()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp762 NoInsertion.InsertIncludes = CodeCompleteOptions::NeverInsert; in TEST()