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

References

tools/clang/tools/extra/clang-change-namespace/ChangeNamespace.cpp
  393   Finder->addMatcher(
  398   Finder->addMatcher(usingDirectiveDecl(isExpansionInFileMatching(FilePattern),
  403   Finder->addMatcher(namespaceAliasDecl(isExpansionInFileMatching(FilePattern),
  409   Finder->addMatcher(
  416   Finder->addMatcher(cxxRecordDecl(unless(anyOf(isImplicit(), isDefinition())),
  422   Finder->addMatcher(
  448   Finder->addMatcher(
  466   Finder->addMatcher(usingDecl(IsInMovedNs, hasAnyUsingShadowDecl(decl()),
  474   Finder->addMatcher(
  493   Finder->addMatcher(
  507   Finder->addMatcher(expr(hasAncestor(decl().bind("dc")), IsInMovedNs,
  517   Finder->addMatcher(declRefExpr(IsInMovedNs, hasAncestor(decl().bind("dc")),
  527   Finder->addMatcher(