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
   32     io.mapRequired("FilePath", Symbol.Symbol.FilePath);
   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
   77   void SetFilePath(llvm::StringRef Path) { FilePath = Path; }
   89   llvm::StringRef getFilePath() const { return FilePath; }