Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h138 static VariantMatcher constructMatcher(MatcherCtor Ctor,
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp760 VariantMatcher Registry::constructMatcher(MatcherCtor Ctor, in constructMatcher() function in clang::ast_matchers::dynamic::Registry
772 VariantMatcher Out = constructMatcher(Ctor, NameRange, Args, Error); in constructBoundMatcher()
H A DParser.cpp840 return Registry::constructMatcher(Ctor, NameRange, Args, Error); in actOnMatcherExpression()