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

References

tools/clang/tools/extra/unittests/clang-doc/MergeTest.cpp
   21   One.ChildNamespaces.emplace_back(NonEmptySID, "ChildNamespace",
   23   One.ChildRecords.emplace_back(NonEmptySID, "ChildStruct",
   27   One.ChildFunctions.back().USR = NonEmptySID;
   30   One.ChildEnums.back().USR = NonEmptySID;
   53   Expected->ChildNamespaces.emplace_back(NonEmptySID, "ChildNamespace",
   55   Expected->ChildRecords.emplace_back(NonEmptySID, "ChildStruct",
   63   Expected->ChildFunctions.back().USR = NonEmptySID;
   68   Expected->ChildEnums.back().USR = NonEmptySID;
   92   One.ChildRecords.emplace_back(NonEmptySID, "SharedChildStruct",
   96   One.ChildFunctions.back().USR = NonEmptySID;
   99   One.ChildEnums.back().USR = NonEmptySID;
  109   Two.ChildRecords.emplace_back(NonEmptySID, "SharedChildStruct",
  134   Expected->ChildRecords.emplace_back(NonEmptySID, "SharedChildStruct",
  138   Expected->ChildFunctions.back().USR = NonEmptySID;
  143   Expected->ChildEnums.back().USR = NonEmptySID;