Searched defs:BindableMatcher (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1314 class BindableMatcher : public Matcher<T> { class in namespace:clang::ast_matchers::internal
1316 explicit BindableMatcher(const Matcher<T> &M) : Matcher<T>(M) {} function in class:clang::ast_matchers::internal::BindableMatcher
1317 explicit BindableMatcher(MatcherInterface<T> *Implementation) function in class:clang::ast_matchers::internal::BindableMatcher
[all...]

Completed in 62 milliseconds