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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 5807 extern const AstTypeMatcher<UnaryTransformType> unaryTransformType;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  510   REGISTER_MATCHER(unaryTransformType);
tools/clang/unittests/AST/SourceLocationTest.cpp
  334       loc(unaryTransformType())));