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

References

tools/clang/tools/extra/clangd/ClangdServer.cpp
  344       auto Style = getFormatStyleForFile(File, InpAST->Inputs.Contents,
  345                                          InpAST->Inputs.FS.get());
  347               cleanupAndFormat(InpAST->Inputs.Contents, *Changes, Style))
  355       Edits.push_back(replacementToEdit(InpAST->Inputs.Contents, Rep));
  364   auto Begin = positionToOffset(AST.Inputs.Contents, Sel.start);
  367   auto End = positionToOffset(AST.Inputs.Contents, Sel.end);
  370   return Tweak::Selection(AST.Inputs.Index, AST.AST, *Begin, *End);
  509         File, InpAST->Inputs.Contents, InpAST->Inputs.FS.get());
  509         File, InpAST->Inputs.Contents, InpAST->Inputs.FS.get());
tools/clang/tools/extra/clangd/unittests/TUSchedulerTests.cpp
  426                 EXPECT_EQ(AST->Inputs.FS, Inputs.FS);
  427                 EXPECT_EQ(AST->Inputs.Contents, Inputs.Contents);