HomeSort by: relevance | last modified time | path
    Searched defs:new_from_tuple (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 1204 template <class T, class Tuple> constexpr T *new_from_tuple(Tuple &&t) { function in namespace:clang::ast_matchers::internal
1598 return Matcher<T>(new_from_tuple<MatcherT<T, ParamTypes...>>(Params));
1606 new_from_tuple<MatcherT<T, ParamTypes...>>(std::move(Params)));
ASTMatchersInternal.h 1204 template <class T, class Tuple> constexpr T *new_from_tuple(Tuple &&t) { function in namespace:clang::ast_matchers::internal
1598 return Matcher<T>(new_from_tuple<MatcherT<T, ParamTypes...>>(Params));
1606 new_from_tuple<MatcherT<T, ParamTypes...>>(std::move(Params)));

Completed in 34 milliseconds