ΒΆtemplate <typename ReturnType, typename ArgType1>
std::unique_ptr<MatcherDescriptor>
makeMatcherAutoMarshall(
    ReturnType (*)(ArgType1) Func,
    llvm::StringRef MatcherName)

Description

1-arg overload

Declared at: clang/lib/ASTMatchers/Dynamic/Marshallers.h:1069

Templates

ReturnType
ArgType1

Parameters

ReturnType (*)(ArgType1) Func
llvm::StringRef MatcherName