Home
last modified time | relevance | path

Searched refs:HasDeclarationMatcher (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h647 class HasDeclarationMatcher : public WrapperMatcherInterface<T> {
652 explicit HasDeclarationMatcher(const Matcher<Decl> &InnerMatcher) in HasDeclarationMatcher() function
653 : HasDeclarationMatcher::WrapperMatcherInterface(InnerMatcher) {} in HasDeclarationMatcher()
DASTMatchers.h2000 internal::HasDeclarationMatcher, internal::Matcher<Decl>,
2004 internal::HasDeclarationMatcher, internal::Matcher<Decl>, in hasDeclaration()