Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h149 static VariantMatcher constructBoundMatcher(MatcherCtor Ctor,
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp767 VariantMatcher Registry::constructBoundMatcher(MatcherCtor Ctor, in constructBoundMatcher() function in clang::ast_matchers::dynamic::Registry
H A DParser.cpp842 return Registry::constructBoundMatcher(Ctor, NameRange, BindID, Args, in actOnMatcherExpression()