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

References

tools/clang/unittests/AST/ASTImporterTest.cpp
 4321   EXPECT_EQ(findInDeclListOfDC(FooDC, FooName), nullptr);
 4324   EXPECT_EQ(findInDeclListOfDC(FooLexicalDC, FooName), nullptr);
 4357   EXPECT_EQ(findInDeclListOfDC(FooDC, FooName), nullptr);
 4360   EXPECT_EQ(findInDeclListOfDC(FooLexicalDC, FooName), Foo);