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

References

tools/clang/tools/extra/clang-tidy/misc/UnusedUsingDeclsCheck.cpp
   56   Finder->addMatcher(loc(enumType(DeclMatcher)), this);
   57   Finder->addMatcher(loc(recordType(DeclMatcher)), this);
   58   Finder->addMatcher(loc(templateSpecializationType(DeclMatcher)), this);