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

  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 116 class VariadicMatcher : public DynMatcherInterface {
130 class IdDynMatcher : public DynMatcherInterface {
133 IntrusiveRefCntPtr<DynMatcherInterface> InnerMatcher)
149 const IntrusiveRefCntPtr<DynMatcherInterface> InnerMatcher;
153 class TrueMatcherImpl : public DynMatcherInterface {
167 class DynTraversalMatcherImpl : public DynMatcherInterface {
171 IntrusiveRefCntPtr<DynMatcherInterface> InnerMatcher)
185 IntrusiveRefCntPtr<DynMatcherInterface> InnerMatcher;
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 346 class DynMatcherInterface
347 : public llvm::ThreadSafeRefCountedBase<DynMatcherInterface> {
349 virtual ~DynMatcherInterface() = default;
371 class MatcherInterface : public DynMatcherInterface {
550 IntrusiveRefCntPtr<DynMatcherInterface> Implementation)
562 IntrusiveRefCntPtr<DynMatcherInterface> Implementation;

Completed in 17 milliseconds