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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 5837 extern const AstTypeMatcher<TagType> tagType;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  491   REGISTER_MATCHER(tagType);
tools/clang/tools/extra/clang-tidy/bugprone/InaccurateEraseCheck.cpp
   38       tagType(hasDeclaration(decl(isInStdNamespace())))));