Lines Matching refs:FooClass
2588 std::string FooClass = "class Foo { public: Foo(char*); };";2590 notMatches(FooClass + "void r() { Foo f = (Foo) \"hello world\"; }",2593 notMatches(FooClass + "void r() { Foo f = \"hello world\"; }",