Home
last modified time | relevance | path

Searched refs:ImportedDC (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp1060 auto ImportedDC = cast<Decl>(Import(From->getDeclContext(), Lang_CXX20)); in TEST_P() local
1061 EXPECT_EQ(ImportedDC, cast<Decl>(To->getDeclContext())); in TEST_P()