Searched refs:makeMatcherAutoMarshall (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h729 makeMatcherAutoMarshall(ReturnType (*Func)(), StringRef MatcherName) { function in namespace:clang::ast_matchers::dynamic::internal
740 makeMatcherAutoMarshall(ReturnType (*Func)(ArgType1), StringRef MatcherName) { function in namespace:clang::ast_matchers::dynamic::internal
752 makeMatcherAutoMarshall(ReturnType (*Func)(ArgType1, ArgType2), function in namespace:clang::ast_matchers::dynamic::internal
766 std::unique_ptr<MatcherDescriptor> makeMatcherAutoMarshall( function in namespace:clang::ast_matchers::dynamic::internal
777 std::unique_ptr<MatcherDescriptor> makeMatcherAutoMarshall( function in namespace:clang::ast_matchers::dynamic::internal
787 std::unique_ptr<MatcherDescriptor> makeMatcherAutoMarshall( function in namespace:clang::ast_matchers::dynamic::internal
802 Out.push_back(makeMatcherAutoMarshall(
809 std::unique_ptr<MatcherDescriptor> makeMatcherAutoMarshall( function in namespace:clang::ast_matchers::dynamic::internal
H A DRegistry.cpp70 registerMatcher(#name, internal::makeMatcherAutoMarshall( \
82 internal::makeMatcherAutoMarshall(SPECIFIC_MATCHER_OVERLOAD(name, Id), \

Completed in 63 milliseconds