Searched defs:MatcherT (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h147 typedef ast_matchers::internal::Matcher<T> MatcherT; typedef in class:clang::ast_matchers::dynamic::VariantMatcher::TypedMatcherOps
157 Out.reset(new MatcherT(Matcher.convertTo<T>()));
172 Out.reset(new MatcherT(
178 const MatcherT &matcher() const { return *Out; }
181 std::unique_ptr<MatcherT> Out;

Completed in 151 milliseconds