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
   33     io.mapRequired("Type", Symbol.Symbol.Type);
   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);
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/SymbolInfo.h
   86   SymbolKind getSymbolKind() const { return Type; }