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

References

tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  509       : Implementation(restrictMatcher(Other.Implementation)) {
  510     assert(Implementation.getSupportedKind().isSame(
  530     return Matcher<To>(Implementation);
  537     return Implementation.matches(ast_type_traits::DynTypedNode::create(Node),
  543     return Implementation.getID();
  550   operator DynTypedMatcher() const { return Implementation; }
  586     assert(this->Implementation.getSupportedKind()