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

References

tools/clang/unittests/AST/ASTImporterTest.cpp
 5116   ASSERT_FALSE(OptErr);
 5121   OptErr = Importer->getImportDeclErrorIfAny(FromF);
 5122   ASSERT_TRUE(OptErr);
 5123   EXPECT_EQ(OptErr->Error, ImportError::UnsupportedConstruct);
 5131   OptErr = Importer->getImportDeclErrorIfAny(FromOK);
 5132   EXPECT_FALSE(OptErr);