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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
  220     typeAliasTemplateDecl;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  503   REGISTER_MATCHER(typeAliasTemplateDecl);
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp
   45   const auto OwnerDecl = typeAliasTemplateDecl(hasName("::gsl::owner"));
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
 1621       matches(Code, typeAliasTemplateDecl(hasName("typeAliasTemplateDecl"))));
 1623       notMatches(Code, typeAliasTemplateDecl(hasName("typeAliasDecl"))));
tools/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
  273                           hasDeclaration(typeAliasTemplateDecl()))))));