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

References

tools/clang/unittests/AST/ASTImporterTest.cpp
 4341   DeclContext *FooDC = Foo->getDeclContext();
 4342   DeclContext *FooLexicalDC = Foo->getLexicalDeclContext();
 4345   DeclarationName FooName = Foo->getDeclName();
 4360   EXPECT_EQ(findInDeclListOfDC(FooLexicalDC, FooName), Foo);
 4364   auto Res = LT.lookup(FooDC, Foo->getDeclName());
 4366   EXPECT_EQ(*Res.begin(), Foo);