OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:argtype2
(Results
1 - 1
of
1
) sorted by null
/external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h
225
template <typename ReturnType, typename ArgType1, typename
ArgType2
>
226
static MatcherList matcherMarshall2(ReturnType (*Func)(ArgType1,
ArgType2
),
233
CHECK_ARG_TYPE(1,
ArgType2
);
236
ArgTypeTraits<
ArgType2
>::get(Args[1].Value)));
298
template <typename ReturnType, typename ArgType1, typename
ArgType2
>
300
ArgType2
),
303
ReturnType (*)(ArgType1,
ArgType2
)>(matcherMarshall2, Func, MatcherName);
Completed in 62 milliseconds