HomeSort by relevance Sort by last modified time
    Searched full:expectmatcher (Results 1 - 1 of 1) sorted by null

  /external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp 28 uint64_t expectMatcher(StringRef MatcherName) {
124 const uint64_t ExpectedFoo = Sema.expectMatcher("Foo");
125 const uint64_t ExpectedBar = Sema.expectMatcher("Bar");
126 const uint64_t ExpectedBaz = Sema.expectMatcher("Baz");

Completed in 558 milliseconds