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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h113 static VariantMatcher constructMatcher(MatcherCtor Ctor,
120 /// Similar the \c constructMatcher() above, but it then tries to bind the
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp669 VariantMatcher Registry::constructMatcher(MatcherCtor Ctor, function in class:clang::ast_matchers::dynamic::Registry
681 VariantMatcher Out = constructMatcher(Ctor, NameRange, Args, Error);
H A DParser.cpp643 return Registry::constructMatcher(Ctor, NameRange, Args, Error);

Completed in 107 milliseconds