Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h751 class HasDeclarationMatcher : public WrapperMatcherInterface<T> {
756 explicit HasDeclarationMatcher(const Matcher<Decl> &InnerMatcher) in HasDeclarationMatcher() function
757 : HasDeclarationMatcher::WrapperMatcherInterface(InnerMatcher) {} in HasDeclarationMatcher()
H A DASTMatchers.h2863 internal::HasDeclarationMatcher, internal::Matcher<Decl>,
2867 internal::HasDeclarationMatcher, internal::Matcher<Decl>, in hasDeclaration()