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 58 class VariadicMatcher : public DynMatcherInterface {
73 class IdDynMatcher : public DynMatcherInterface {
76 const IntrusiveRefCntPtr<DynMatcherInterface> &InnerMatcher)
89 const IntrusiveRefCntPtr<DynMatcherInterface> InnerMatcher;
97 class TrueMatcherImpl : public DynMatcherInterface {
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 191 class DynMatcherInterface
192 : public llvm::ThreadSafeRefCountedBase<DynMatcherInterface> {
194 virtual ~DynMatcherInterface() {}
213 class MatcherInterface : public DynMatcherInterface {
373 IntrusiveRefCntPtr<DynMatcherInterface> Implementation)
386 IntrusiveRefCntPtr<DynMatcherInterface> Implementation;
    [all...]

Completed in 237 milliseconds