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());
  168                                 anyOf(ExternCMatcher, CCMatcher));
  187                         anyOf(HasNSOrTUCtxMatcher, ExternCMatcher));
  194       anyOf(hasDeclContext(enumDecl(HasNSOrTUCtxMatcher)), ExternCMatcher));