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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 5766 extern const AstTypeMatcher<TypedefType> typedefType;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  507   REGISTER_MATCHER(typedefType);
tools/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
  202               typedefType(hasDeclaration(anyOf(
  243       qualType(typedefType(hasDeclaration(
  256                unless(typedefType(hasDeclaration(
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/FindAllSymbols.cpp
  224               loc(typedefType(hasDeclaration(Typedefs.bind("use"))))),
tools/clang/tools/extra/clang-tidy/google/UpgradeGoogletestCaseCheck.cpp
  195       typeLoc(loc(qualType(typedefType(hasDeclaration(TestCaseTypeAlias)))),
tools/clang/tools/extra/clang-tidy/misc/MisplacedConstCheck.cpp
   22                 hasType(typedefType(hasDeclaration(
tools/clang/tools/extra/clang-tidy/modernize/UseAutoCheck.cpp
  221   return typedefType(hasDeclaration(standardIterator()));
  243           anyOf(typedefType(HasIteratorDecl), recordType(HasIteratorDecl))));
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
 1436                                                      hasType(typedefType()))));
tools/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
  246                               hasType(typedefType(hasDeclaration(decl()))))));
 2358     elaboratedType(elaboratedType(namesType(typedefType())))));