OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expectmatcher
(Results
1 - 1
of
1
) sorted by null
/external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp
65
uint64_t
expectMatcher
(StringRef MatcherName) {
142
const uint64_t ExpectedFoo = Sema.
expectMatcher
("Foo");
143
const uint64_t ExpectedBar = Sema.
expectMatcher
("Bar");
144
const uint64_t ExpectedBaz = Sema.
expectMatcher
("Baz");
Completed in 487 milliseconds