Searched refs:RegexMatcherDescriptor (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h734 class RegexMatcherDescriptor : public MatcherDescriptor { class in namespace:clang::ast_matchers::dynamic::internal
736 RegexMatcherDescriptor(ReturnType (*WithFlags)(StringRef, function in class:clang::ast_matchers::dynamic::internal::RegexMatcherDescriptor
907 return std::make_unique<RegexMatcherDescriptor<ReturnType>>(FuncFlags, Func,

Completed in 74 milliseconds