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

Declarations

tools/clang/tools/extra/clang-include-fixer/find-all-symbols/SymbolInfo.h
   63     Signals &operator+=(const Signals &RHS);

References

tools/clang/tools/extra/clang-include-fixer/find-all-symbols/FindAllSymbols.cpp
  255     FileSymbols[*Symbol] += Signals;
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/SymbolInfo.cpp
  106   Result += RHS;
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp
   86       Symbols[Symbol.Symbol] += Symbol.Signals;
tools/clang/tools/extra/unittests/clang-include-fixer/find-all-symbols/FindAllSymbolsTests.cpp
   41       Symbols[Entry.first] += Entry.second;