HomeSort by relevance Sort by last modified time
    Searched refs:DynMatcherInterface (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 59 class VariadicMatcher : public DynMatcherInterface {
74 class IdDynMatcher : public DynMatcherInterface {
77 const IntrusiveRefCntPtr<DynMatcherInterface> &InnerMatcher)
90 const IntrusiveRefCntPtr<DynMatcherInterface> InnerMatcher;
98 class TrueMatcherImpl : public DynMatcherInterface {
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 248 class DynMatcherInterface
249 : public llvm::ThreadSafeRefCountedBase<DynMatcherInterface> {
251 virtual ~DynMatcherInterface() {}
270 class MatcherInterface : public DynMatcherInterface {
430 IntrusiveRefCntPtr<DynMatcherInterface> Implementation)
443 IntrusiveRefCntPtr<DynMatcherInterface> Implementation;
    [all...]

Completed in 632 milliseconds