Searched refs:findInDeclListOfDC (Results 1 – 1 of 1) sorted by relevance
4856 static Decl *findInDeclListOfDC(DeclContext *DC, DeclarationName Name) { in findInDeclListOfDC() function4894 EXPECT_EQ(findInDeclListOfDC(FooDC, FooName), nullptr); in TEST_P()4897 EXPECT_EQ(findInDeclListOfDC(FooLexicalDC, FooName), nullptr); in TEST_P()4930 EXPECT_EQ(findInDeclListOfDC(FooDC, FooName), nullptr); in TEST_P()4933 EXPECT_EQ(findInDeclListOfDC(FooLexicalDC, FooName), Foo); in TEST_P()