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

  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 717 class HasDeclarationMatcher : public WrapperMatcherInterface<T> {
722 explicit HasDeclarationMatcher(const Matcher<Decl> &InnerMatcher)
723 : HasDeclarationMatcher::WrapperMatcherInterface(InnerMatcher) {}
    [all...]
ASTMatchers.h     [all...]

Completed in 579 milliseconds