reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4305 DeclContext *FooDC = Foo->getDeclContext(); 4306 DeclContext *FooLexicalDC = Foo->getLexicalDeclContext(); 4309 DeclarationName FooName = Foo->getDeclName(); 4328 auto Res = LT.lookup(FooDC, Foo->getDeclName()); 4330 EXPECT_EQ(*Res.begin(), Foo);