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

References

tools/clang/tools/extra/clangd/unittests/DiagnosticsTests.cpp
  120   auto TU = TestTU::withCode(Test.code());
  156   auto TU = TestTU::withCode(Test.code());
  175   auto TU = TestTU::withCode(Test.code());
  186   auto TU = TestTU::withCode(Test.code());
  231   auto TU = TestTU::withCode(Test.code());
  278   TestTU TU = TestTU::withCode(Main.code());
  295   TestTU TU = TestTU::withCode(Main.code());
  315   TestTU TU = TestTU::withCode(Source.code());
  331   TU = TestTU::withCode(Source.code());
  344   TestTU TU = TestTU::withCode(Main.code());
  371       TestTU::withCode(Test.code()).build().getDiagnostics(),
  387   EXPECT_THAT(TestTU::withCode(Test.code()).build().getDiagnostics(),
  402   auto TU = TestTU::withCode(Test.code());
  544   auto TU = TestTU::withCode(Test.code());
  576   auto TU = TestTU::withCode(Test.code());
  613   auto TU = TestTU::withCode(Test.code());
  650   auto TU = TestTU::withCode(Test.code());
  670   auto TU = TestTU::withCode(Test.code());
  705   auto TU = TestTU::withCode(Test.code());
  794   auto TU = TestTU::withCode(Test.code());
  819   auto TU = TestTU::withCode(Test.code());
  832   TestTU TU = TestTU::withCode(Main.code());
  845   TestTU TU = TestTU::withCode(Main.code());
  858   TestTU TU = TestTU::withCode(Main.code());
  873   TestTU TU = TestTU::withCode(Main.code());
  889   TestTU TU = TestTU::withCode(Main.code());
  904   TestTU TU = TestTU::withCode(Main.code());
  935   TestTU TU = TestTU::withCode(Main.code());
  951   TestTU TU = TestTU::withCode(Main.code());
  958   TestTU TU = TestTU::withCode("");
tools/clang/tools/extra/clangd/unittests/ExpectedTypeTest.cpp
   32     AST = TestTU::withCode(Code).build();
tools/clang/tools/extra/clangd/unittests/FileIndexTests.cpp
  394   TestTU Header = TestTU::withCode(CommonHeader);
  395   TestTU Cpp = TestTU::withCode("void foo() {}");
tools/clang/tools/extra/clangd/unittests/FindTargetTests.cpp
   75     auto TU = TestTU::withCode(A.code());
tools/clang/tools/extra/clangd/unittests/HeaderSourceSwitchTests.cpp
  175     TestTU TU = TestTU::withCode(Case.HeaderCode);
  189   TestTU TUForIndex = TestTU::withCode(R"cpp(
  242     TestTU TU = TestTU::withCode(Case.SourceCode);
tools/clang/tools/extra/clangd/unittests/HeadersTests.cpp
  181   auto TU = TestTU::withCode(R"cpp(
tools/clang/tools/extra/clangd/unittests/ParsedASTTests.cpp
  264   auto TU = TestTU::withCode(TestCase.code());
tools/clang/tools/extra/clangd/unittests/PrintASTTests.cpp
   35   auto AST = TestTU::withCode(Test.code()).build();
tools/clang/tools/extra/clangd/unittests/RenameTests.cpp
   80     auto TU = TestTU::withCode(Code.code());
  100   TestTU OtherFile = TestTU::withCode("Outside s; auto ss = &foo;");
  170     TestTU TU = TestTU::withCode(T.code());
tools/clang/tools/extra/clangd/unittests/SelectionTests.cpp
  329   auto AST = TestTU::withCode(Annotations(Code).code()).build();
  370     auto AST = TestTU::withCode(Test.code()).build();
  393   auto TU = TestTU::withCode(Test.code());
  409   auto AST = TestTU::withCode(Annotations(Test).code()).build();
tools/clang/tools/extra/clangd/unittests/SemanticSelectionTests.cpp
  143     auto AST = TestTU::withCode(T.code()).build();
tools/clang/tools/extra/clangd/unittests/SourceCodeTests.cpp
  359     auto AST = TestTU::withCode(TestCase.code()).build();
  483   TestTU TU = TestTU::withCode(Code.code());
  549   ParsedAST AST = TestTU::withCode(Test.code()).build();
  584   auto TU = TestTU::withCode(Test.code());
  608   auto TU = TestTU::withCode(Test.code());
tools/clang/tools/extra/clangd/unittests/SymbolInfoTests.cpp
  329     auto AST = TestTU::withCode(TestInput.code()).build();
tools/clang/tools/extra/clangd/unittests/TypeHierarchyTests.cpp
   69   TestTU TU = TestTU::withCode(Source.code());
   93   TestTU TU = TestTU::withCode(Source.code());
  116   TestTU TU = TestTU::withCode(Source.code());
  145   TestTU TU = TestTU::withCode(Source.code());
  181   TestTU TU = TestTU::withCode(Source.code());
  208   TestTU TU = TestTU::withCode(Source.code());
  258   TestTU TU = TestTU::withCode(Source.code());
  287   TestTU TU = TestTU::withCode(Source.code());
  318   TestTU TU = TestTU::withCode(Source.code());
  368   TestTU TU = TestTU::withCode(Source.code());
  401   TestTU TU = TestTU::withCode(Source.code());
  438   TestTU TU = TestTU::withCode(Source.code());
  501   TestTU TU = TestTU::withCode(Source.code());
  522   TestTU TU = TestTU::withCode(Source.code());
  543   TestTU TU = TestTU::withCode(Source.code());
  565   TestTU TU = TestTU::withCode(Source.code());
  588   TestTU TU = TestTU::withCode(Source.code());
  606   TestTU TU = TestTU::withCode(Source.code());
  623   TestTU TU = TestTU::withCode(Source.code());
tools/clang/tools/extra/clangd/unittests/XRefsTests.cpp
  108     auto AST = TestTU::withCode(T.code()).build();
  161     auto AST = TestTU::withCode(Main.code()).build();
  219   auto AST = TestTU::withCode(Test.code()).build();
  512   auto AST = TestTU::withCode(T.code()).build();
  535   auto AST = TestTU::withCode(T.code()).build();
 1010     TestTU TU = TestTU::withCode(T.code());
 1841     TestTU TU = TestTU::withCode(T.code());
 2050     auto AST = TestTU::withCode(T.code()).build();
 2110     auto AST = TestTU::withCode(T.code()).build();
 2180     auto AST = TestTU::withCode(File.code()).build();
 2199     auto AST = TestTU::withCode(File.code()).build();
 2269     auto AST = TestTU::withCode(File.code()).build();