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

/external/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp134 const std::string ClassSnippet = "struct Foo { int x; };\n" local
139 EXPECT_TRUE(matches(ClassSnippet, IsArrowValue));
141 EXPECT_FALSE(matches(ClassSnippet, BoolValue));

Completed in 175 milliseconds