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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
  210     typeAliasDecl;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  502   REGISTER_MATCHER(typeAliasDecl);
tools/clang/tools/extra/clang-move/Move.cpp
  548                                      typeAliasDecl(IsOldCCTopLevelDecl)),
  655                                      typeAliasDecl().bind("type_alias")),
tools/clang/tools/extra/clang-tidy/google/UpgradeGoogletestCaseCheck.cpp
  193       typeAliasDecl(hasName("::testing::TestCase")).bind("test-case");
tools/clang/unittests/AST/ASTImporterTest.cpp
  816           unless(hasAncestor(translationUnitDecl(has(typeAliasDecl()))))));
 4548       ToTU, typeAliasDecl(hasName("alias_of_f")));
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
 1598                       typeAliasDecl(hasName("typeAliasTest2"))));
 1600                          typeAliasDecl(hasName("typeAliasTest"))));