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

  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 1058 makeMatcherAutoMarshall(ReturnType (*Func)(), StringRef MatcherName) {
1069 makeMatcherAutoMarshall(ReturnType (*Func)(ArgType1), StringRef MatcherName) {
1081 makeMatcherAutoMarshall(ReturnType (*Func)(ArgType1, ArgType2),
1105 std::unique_ptr<MatcherDescriptor> makeMatcherAutoMarshall(
1116 std::unique_ptr<MatcherDescriptor> makeMatcherAutoMarshall(
1126 std::unique_ptr<MatcherDescriptor> makeMatcherAutoMarshall(
1141 Out.push_back(makeMatcherAutoMarshall(
1148 std::unique_ptr<MatcherDescriptor> makeMatcherAutoMarshall(
1157 std::unique_ptr<MatcherDescriptor> makeMatcherAutoMarshall(
Registry.cpp 68 registerMatcher(#name, internal::makeMatcherAutoMarshall( \
80 internal::makeMatcherAutoMarshall(SPECIFIC_MATCHER_OVERLOAD(name, Id), \

Completed in 79 milliseconds