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

/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp3120 std::string FooClass = "class Foo { public: Foo(const char*); };"; local
3122 notMatches(FooClass + "void r() { Foo f = (Foo) \"hello world\"; }",
3125 notMatches(FooClass + "void r() { Foo f = \"hello world\"; }",

Completed in 139 milliseconds