reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/unittests/AST/ASTImporterTest.cpp
 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);