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

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
MatchConsumer.h 64 template <typename T> class MatchComputation {
66 virtual ~MatchComputation() = default;
85 MatchComputation() = default;
89 MatchComputation(const MatchComputation &) = default;
90 MatchComputation &operator=(const MatchComputation &) = default;
94 llvm::Expected<T> MatchComputation<T>::eval(

Completed in 15 milliseconds