Searched refs:IncludeFixIts (Results 1 – 10 of 10) sorted by relevance
53 unsigned IncludeFixIts : 1;58 LoadExternal(1), IncludeFixIts(0) {} in CodeCompleteOptions()
815 /// requested by setting CompletionOptions::IncludeFixIts.1191 bool includeFixIts() const { return CodeCompleteOpts.IncludeFixIts; }
103 bool IncludeFixIts = false;97 bool IncludeFixIts = false; global() member
2170 Result.IncludeFixIts = IncludeFixIts; in codeCompleteComment()
521 Opts.CodeComplete.IncludeFixIts = Params.capabilities.CompletionFixes; in onInitialize()
701 bool IncludeFixIts = options & CXCodeComplete_IncludeCompletionsWithFixIts; in clang_codeCompleteAt_Impl() local748 Opts.IncludeFixIts = IncludeFixIts; in clang_codeCompleteAt_Impl()
482 Opts.IncludeFixIts = true; in TEST()
2420 Opts.IncludeFixIts = true; in TEST() 2454 Opts.IncludeFixIts = true; in TEST() 2498 Opts.IncludeFixIts = true; in TEST() 2518 Opts.IncludeFixIts = true; in TEST()
2216 CodeCompleteOpts.IncludeFixIts = Consumer.includeFixIts(); in CodeComplete()
7812 MarshallingInfoFlag<FrontendOpts<"CodeCompleteOpts.IncludeFixIts">>;