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

References

tools/clang/unittests/AST/ASTImporterTest.cpp
  382   path.push(D0);
  383   path.push(D0);
  384   EXPECT_TRUE(path.hasCycleAtBack());
  385   path.pop();
  386   EXPECT_FALSE(path.hasCycleAtBack());
  387   path.push(D0);
  388   EXPECT_TRUE(path.hasCycleAtBack());