Searched refs:ToInclude (Results 1 – 2 of 2) sorted by relevance
175 if (auto ToInclude = Inserted(Sym, Inc)) { in fixesForSymbols() local176 if (ToInclude->second) { in fixesForSymbols()177 auto I = InsertedHeaders.try_emplace(ToInclude->first); in fixesForSymbols()180 if (auto Edit = Inserter->insert(ToInclude->first)) in fixesForSymbols()183 ToInclude->first, Sym.Scope, Sym.Name)), in fixesForSymbols()188 File, ToInclude.takeError()); in fixesForSymbols()
356 if (auto ToInclude = Inserted(Inc)) { in CodeCompletionBuilder() local358 Include.Header = ToInclude->first; in CodeCompletionBuilder()359 if (ToInclude->second && ShouldInsert) in CodeCompletionBuilder()360 Include.Insertion = Includes.insert(ToInclude->first); in CodeCompletionBuilder()366 ToInclude.takeError()); in CodeCompletionBuilder()