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

References

tools/clang/tools/extra/clang-include-fixer/find-all-symbols/FindAllSymbols.cpp
  155   auto Vars = varDecl(CommonFilter, anyOf(ExternCMatcher, CCMatcher),
  159   auto CRecords = recordDecl(CommonFilter, ExternCMatcher, isDefinition());
  161   auto CXXRecords = cxxRecordDecl(CommonFilter, CCMatcher, isDefinition());
  167   auto Functions = functionDecl(CommonFilter, unless(hasParent(friendDecl())),
  182       typedefNameDecl(CommonFilter, anyOf(HasNSOrTUCtxMatcher,
  186   auto Enums = enumDecl(CommonFilter, isDefinition(),
  193       CommonFilter, unless(isInScopedEnum()),