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

/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp3114 std::string foo_class = "class Foo { public: Foo(const char*); };"; local
3115 EXPECT_TRUE(matches(foo_class + "void r() { Foo f = Foo(\"hello world\"); }",

Completed in 48 milliseconds