reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clangd/CodeComplete.cpp
  344           Include.Insertion = Includes.insert(ToInclude->first);
  356                             return !I.Insertion.hasValue();
 1803   LSP.label = ((InsertInclude && InsertInclude->Insertion)
 1842   if (InsertInclude && InsertInclude->Insertion)
 1843     LSP.additionalTextEdits.push_back(*InsertInclude->Insertion);
tools/clang/tools/extra/clangd/unittests/CodeCompleteTests.cpp
   72          bool(arg.Includes[0].Insertion);
   75   return !arg.Includes.empty() && bool(arg.Includes[0].Insertion);
 1628   Include.Insertion.emplace();