Home
last modified time | relevance | path

Searched refs:HasFoo (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/PCH/
H A Dms-if-exists.cpp22 struct HasFoo { struct
30 template void f(HasFoo); // expected-note{{in instantiation of function template specialization 'f<…
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dms-if-exists.cpp31 struct HasFoo { struct
58 template void f(HasFoo); // expected-note{{in instantiation of function template specialization 'f<…
/llvm-project-15.0.7/clang-tools-extra/pseudo/unittests/
H A DDirectiveTreeTest.cpp87 const DirectiveTree &HasFoo(Ifdef.Branches[0].second); in TEST() local
90 EXPECT_THAT(HasFoo.Chunks, ElementsAre(chunkKind(Chunk::K_Conditional))); in TEST()
91 const DirectiveTree::Conditional &If(HasFoo.Chunks[0]); in TEST()
/llvm-project-15.0.7/lld/test/MachO/
H A Dspecial-symbol-ld-hidden.s68 install-name: '/HasFoo'
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-param-test.h171 TEST_F(BaseTest, HasFoo) {