Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h516 class HasDeclarationMatcher : public MatcherInterface<T> {
521 explicit HasDeclarationMatcher(const Matcher<Decl> &InnerMatcher) in HasDeclarationMatcher() function
DASTMatchers.h1784 inline internal::PolymorphicMatcherWithParam1< internal::HasDeclarationMatcher,
1788 internal::HasDeclarationMatcher, in hasDeclaration()