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

References

tools/clang/tools/extra/clang-doc/Generators.cpp
   80   for (const auto &R : llvm::reverse(Info->Namespace)) {
   97   auto It = std::find(I->Children.begin(), I->Children.end(), Info->USR);
  100     I->Children.emplace_back(Info->USR, Info->extractName(), Info->IT,
  100     I->Children.emplace_back(Info->USR, Info->extractName(), Info->IT,
  100     I->Children.emplace_back(Info->USR, Info->extractName(), Info->IT,
  101                              Info->Path);
  107       It->Path = Info->Path;
  109       It->Name = Info->extractName();