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

References

tools/clang/tools/extra/clangd/unittests/SelectionTests.cpp
  302     EXPECT_EQ("TranslationUnitDecl", nodeKind(&T.root())) << C.Code;
  306       EXPECT_FALSE(T.commonAncestor()) << C.Code << "\n" << T;
  306       EXPECT_FALSE(T.commonAncestor()) << C.Code << "\n" << T;
  310       EXPECT_EQ(C.CommonAncestorKind, nodeKind(T.commonAncestor()))
  312           << T;
  314       EXPECT_EQ(nodeRange(T.commonAncestor(), AST), Test.range())
  316           << T;
  320       EXPECT_TRUE(verifyCommonAncestor(T.root(), T.commonAncestor(), C.Code))
  320       EXPECT_TRUE(verifyCommonAncestor(T.root(), T.commonAncestor(), C.Code))