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

/external/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h35 typedef const internal::MatcherDescriptor *MatcherCtor; typedef in namespace:clang::ast_matchers::dynamic
58 /// constructor, or Optional<MatcherCtor>() if not found.
59 static llvm::Optional<MatcherCtor> lookupMatcherCtor(StringRef MatcherName);
82 getCompletions(ArrayRef<std::pair<MatcherCtor, unsigned> > Context);
99 static VariantMatcher constructMatcher(MatcherCtor Ctor,
110 static VariantMatcher constructBoundMatcher(MatcherCtor Ctor,

Completed in 265 milliseconds