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 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