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

Derived Classes

tools/clang/tools/extra/clangd/unittests/TweakTests.cpp
   76 TWEAK_TEST(SwapIfBranches);
  105 TWEAK_TEST(RawStringLiteral);
  125 TWEAK_TEST(DumpAST);
  136 TWEAK_TEST(ShowSelectionTree);
  153 TWEAK_TEST(DumpRecordLayout);
  165 TWEAK_TEST(ExtractVariable);
  441 TWEAK_TEST(AnnotateHighlightings);
  456 TWEAK_TEST(ExpandMacro);
  488 TWEAK_TEST(ExpandAutoType);
  546 TWEAK_TEST(ExtractFunction);
  673 TWEAK_TEST(RemoveUsingNamespace);
  888 TWEAK_TEST(DefineInline);

References

tools/clang/tools/extra/clangd/unittests/TweakTesting.cpp
   24 using Context = TweakTest::CodeContext;
   28     case TweakTest::File:
   30     case TweakTest::Function:
   32     case TweakTest::Expression: