Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h649 class HasDeclarationMatcher : public WrapperMatcherInterface<T> {
654 explicit HasDeclarationMatcher(const Matcher<Decl> &InnerMatcher) in HasDeclarationMatcher() function
655 : HasDeclarationMatcher::WrapperMatcherInterface(InnerMatcher) {} in HasDeclarationMatcher()
DASTMatchers.h2125 internal::HasDeclarationMatcher, internal::Matcher<Decl>,
2129 internal::HasDeclarationMatcher, internal::Matcher<Decl>, in hasDeclaration()