reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
 1376 BindableMatcher<T> makeAllOfComposite(
 1377     ArrayRef<const Matcher<T> *> InnerMatchers) {
 1380     return BindableMatcher<T>(TrueMatcher());
 1385     return BindableMatcher<T>(*InnerMatchers[0]);
 1388   using PI = llvm::pointee_iterator<const Matcher<T> *const *>;
 1392   return BindableMatcher<T>(
 1397           .template unconditionalConvertTo<T>());