Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h717 class HasDeclarationMatcher : public WrapperMatcherInterface<T> {
722 explicit HasDeclarationMatcher(const Matcher<Decl> &InnerMatcher) in HasDeclarationMatcher() function
723 : HasDeclarationMatcher::WrapperMatcherInterface(InnerMatcher) {} in HasDeclarationMatcher()
DASTMatchers.h2418 internal::HasDeclarationMatcher, internal::Matcher<Decl>,
2422 internal::HasDeclarationMatcher, internal::Matcher<Decl>, in hasDeclaration()