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

/external/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h643 MatcherDescriptor *makeMatcherAutoMarshall(ReturnType (*Func)(), function in namespace:clang::ast_matchers::dynamic::internal
654 MatcherDescriptor *makeMatcherAutoMarshall(ReturnType (*Func)(ArgType1), function in namespace:clang::ast_matchers::dynamic::internal
666 MatcherDescriptor *makeMatcherAutoMarshall(ReturnType (*Func)(ArgType1, ArgType2), function in namespace:clang::ast_matchers::dynamic::internal
681 makeMatcherAutoMarshall(llvm::VariadicFunction<ResultT, ArgT, Func> VarFunc, function in namespace:clang::ast_matchers::dynamic::internal
692 makeMatcherAutoMarshall(ast_matchers::internal::VariadicDynCastAllOfMatcher< function in namespace:clang::ast_matchers::dynamic::internal
702 makeMatcherAutoMarshall(ast_matchers::internal::ArgumentAdaptingMatcherFunc< function in namespace:clang::ast_matchers::dynamic::internal
716 Out.push_back(makeMatcherAutoMarshall(
724 makeMatcherAutoMarshall(ast_matchers::internal::VariadicOperatorMatcherFunc< function in namespace:clang::ast_matchers::dynamic::internal

Completed in 112 milliseconds