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

References

tools/clang/lib/AST/ASTImporter.cpp
 7959     if (ImportPath.hasCycleAtBack())
tools/clang/unittests/AST/ASTImporterTest.cpp
  377   EXPECT_FALSE(path.hasCycleAtBack());
  384   EXPECT_TRUE(path.hasCycleAtBack());
  386   EXPECT_FALSE(path.hasCycleAtBack());
  388   EXPECT_TRUE(path.hasCycleAtBack());
  395   EXPECT_TRUE(path.hasCycleAtBack());
  412   EXPECT_TRUE(path.hasCycleAtBack());
  433   EXPECT_TRUE(path.hasCycleAtBack());
  448   EXPECT_TRUE(path.hasCycleAtBack());
  459   EXPECT_FALSE(path.hasCycleAtBack());