Searched refs:HasFoo (Results 1 – 5 of 5) sorted by relevance
22 struct HasFoo { struct30 template void f(HasFoo); // expected-note{{in instantiation of function template specialization 'f<…
31 struct HasFoo { struct58 template void f(HasFoo); // expected-note{{in instantiation of function template specialization 'f<…
87 const DirectiveTree &HasFoo(Ifdef.Branches[0].second); in TEST() local90 EXPECT_THAT(HasFoo.Chunks, ElementsAre(chunkKind(Chunk::K_Conditional))); in TEST()91 const DirectiveTree::Conditional &If(HasFoo.Chunks[0]); in TEST()
68 install-name: '/HasFoo'
171 TEST_F(BaseTest, HasFoo) {