Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1245 StringRef foo_class = "class Foo { public: Foo(const char*); };"; in TEST_P() local
1246 EXPECT_TRUE(matches(foo_class + "void r() { Foo f = Foo(\"hello world\"); }", in TEST_P()