Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1975 internal::HasDeclarationMatcher, internal::Matcher<Decl>,
1979 internal::HasDeclarationMatcher, internal::Matcher<Decl>, in hasDeclaration()
H A DASTMatchersInternal.h632 class HasDeclarationMatcher : public MatcherInterface<T> {
637 explicit HasDeclarationMatcher(const Matcher<Decl> &InnerMatcher) in HasDeclarationMatcher() function