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

References

tools/clang/tools/extra/clangd/unittests/SelectionTests.cpp
  291     Annotations Test(C.Code);
  301     auto T = makeSelectionTree(C.Code, AST);
  302     EXPECT_EQ("TranslationUnitDecl", nodeKind(&T.root())) << C.Code;
  306       EXPECT_FALSE(T.commonAncestor()) << C.Code << "\n" << T;
  310       EXPECT_EQ(C.CommonAncestorKind, nodeKind(T.commonAncestor()))
  311           << C.Code << "\n"
  315           << C.Code << "\n"
  320       EXPECT_TRUE(verifyCommonAncestor(T.root(), T.commonAncestor(), C.Code))
  321           << C.Code;