Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp4879 DeclContext *FooLexicalDC = Foo->getLexicalDeclContext(); in TEST_P() local
4880 ASSERT_EQ(cast<Decl>(FooLexicalDC), X->getTemplatedDecl()); in TEST_P()
4890 FooLexicalDC->getRedeclContext()->localUncachedLookup(FooName, FoundDecls); in TEST_P()
4897 EXPECT_EQ(findInDeclListOfDC(FooLexicalDC, FooName), nullptr); in TEST_P()
4915 DeclContext *FooLexicalDC = Foo->getLexicalDeclContext(); in TEST_P() local
4916 ASSERT_EQ(cast<Decl>(FooLexicalDC), A); in TEST_P()
4926 FooLexicalDC->getRedeclContext()->localUncachedLookup(FooName, FoundDecls); in TEST_P()
4933 EXPECT_EQ(findInDeclListOfDC(FooLexicalDC, FooName), Foo); in TEST_P()