Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h125 static VariantMatcher constructBoundMatcher(MatcherCtor Ctor,
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp654 VariantMatcher Registry::constructBoundMatcher(MatcherCtor Ctor, in constructBoundMatcher() function in clang::ast_matchers::dynamic::Registry
H A DParser.cpp613 return Registry::constructBoundMatcher(Ctor, NameRange, BindID, Args, in actOnMatcherExpression()