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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
  369     namespaceAliasDecl;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  428   REGISTER_MATCHER(namespaceAliasDecl);
tools/clang/tools/extra/clang-change-namespace/ChangeNamespace.cpp
  403   Finder->addMatcher(namespaceAliasDecl(isExpansionInFileMatching(FilePattern),
tools/clang/tools/extra/clang-tidy/misc/UnusedAliasDeclsCheck.cpp
   28   Finder->addMatcher(namespaceAliasDecl(isExpansionInMainFile()).bind("alias"),
tools/clang/tools/extra/clang-tidy/utils/NamespaceAliaser.cpp
   48                 has(namespaceAliasDecl(hasTargetNamespace(hasName(Namespace)))
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
 1501                       namespaceAliasDecl(hasName("alias"))));