Searched refs:OneDecl (Results 1 – 2 of 2) sorted by relevance
193 auto OneDecl = parseSourceAndDumpAST("foo.cpp", "int a;"); in TEST() local195 EXPECT_NE(Empty, OneDecl); in TEST()197 EXPECT_NE(SomeDecls, OneDecl); in TEST()203 EXPECT_EQ(OneDecl, OneDecl2); in TEST()
4847 TEST_P(ASTImporterLookupTableTest, OneDecl) { in TEST_P() argument