OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Jun 09 00:24:00 UTC 2026