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

References

tools/clang/tools/extra/clangd/unittests/SymbolCollectorTests.cpp
  154   EXPECT_TRUE(shouldCollect("nx"));
  155   EXPECT_TRUE(shouldCollect("nx::X"));
  156   EXPECT_TRUE(shouldCollect("nx::f"));
  157   EXPECT_TRUE(shouldCollect("InMain"));
  158   EXPECT_TRUE(shouldCollect("InAnonymous", /*Qualified=*/false));
  159   EXPECT_TRUE(shouldCollect("g"));
  161   EXPECT_FALSE(shouldCollect("Local", /*Qualified=*/false));
  176   EXPECT_TRUE(shouldCollect("nx::TopLevel"));
  177   EXPECT_TRUE(shouldCollect("nx::Kind::KIND_OK"));
  178   EXPECT_TRUE(shouldCollect("nx::Kind"));
  180   EXPECT_FALSE(shouldCollect("nx::Top_Level"));
  181   EXPECT_FALSE(shouldCollect("nx::Kind::Kind_Not_Ok"));
  194   EXPECT_TRUE(shouldCollect("nx::Top_Level"));
  195   EXPECT_TRUE(shouldCollect("nx::Kind_Fine"));