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/SymbolInfo.cpp
   31     io.mapRequired("Contexts", Symbol.Symbol.Contexts);
   79   return std::tie(Name, Type, FilePath, Contexts) ==
   80          std::tie(Symbol.Name, Symbol.Type, Symbol.FilePath, Symbol.Contexts);
   84   return std::tie(Name, Type, FilePath, Contexts) <
   85          std::tie(Symbol.Name, Symbol.Type, Symbol.FilePath, Symbol.Contexts);
   90   for (const auto &Context : Contexts) {
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/SymbolInfo.h
   93     return Contexts;