Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DCodeCompleteOptions.h44 unsigned IncludeFixIts : 1; variable
49 LoadExternal(1), IncludeFixIts(0) {} in CodeCompleteOptions()
DCodeCompleteConsumer.h1102 bool includeFixIts() const { return CodeCompleteOpts.IncludeFixIts; } in includeFixIts()
/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.h115 bool IncludeFixIts = false; member
DCodeComplete.cpp1775 Result.IncludeFixIts = IncludeFixIts; in getClangCompleteOpts()
DClangdLSPServer.cpp523 Opts.CodeComplete.IncludeFixIts = Params.capabilities.CompletionFixes; in onInitialize()
/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp697 bool IncludeFixIts = options & CXCodeComplete_IncludeCompletionsWithFixIts; in clang_codeCompleteAt_Impl() local
744 Opts.IncludeFixIts = IncludeFixIts; in clang_codeCompleteAt_Impl()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DCodeCompleteTests.cpp1883 Opts.IncludeFixIts = true; in TEST()
1917 Opts.IncludeFixIts = true; in TEST()
1961 Opts.IncludeFixIts = true; in TEST()
1981 Opts.IncludeFixIts = true; in TEST()
DQualityTests.cpp479 Opts.IncludeFixIts = true; in TEST()
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp2165 CodeCompleteOpts.IncludeFixIts = Consumer.includeFixIts(); in CodeComplete()
/external/llvm-project/clang/include/clang/Driver/
DOptions.td4193 MarshallingInfoFlag<"FrontendOpts.CodeCompleteOpts.IncludeFixIts">;