Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h138 static VariantMatcher constructMatcher(MatcherCtor Ctor,
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp785 VariantMatcher Registry::constructMatcher(MatcherCtor Ctor, in constructMatcher() function in clang::ast_matchers::dynamic::Registry
797 VariantMatcher Out = constructMatcher(Ctor, NameRange, Args, Error); in constructBoundMatcher()
H A DParser.cpp840 return Registry::constructMatcher(Ctor, NameRange, Args, Error); in actOnMatcherExpression()