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

References

tools/clang/tools/extra/clangd/CodeComplete.cpp
 1803   LSP.label = ((InsertInclude && InsertInclude->Insertion)
 1803   LSP.label = ((InsertInclude && InsertInclude->Insertion)
 1813   if (InsertInclude)
 1814     LSP.detail += "\n" + InsertInclude->Header;
 1842   if (InsertInclude && InsertInclude->Insertion)
 1842   if (InsertInclude && InsertInclude->Insertion)
 1843     LSP.additionalTextEdits.push_back(*InsertInclude->Insertion);