Searched refs:FooLexicalDC (Results 1 – 1 of 1) sorted by relevance
4879 DeclContext *FooLexicalDC = Foo->getLexicalDeclContext(); in TEST_P() local4880 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() local4916 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()