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

References

tools/clang/tools/extra/clang-doc/BitcodeReader.cpp
   93   case InfoType::IT_record:
tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  560   case InfoType::IT_record:
tools/clang/tools/extra/clang-doc/HTMLGenerator.cpp
  847   case InfoType::IT_record:
  876   case InfoType::IT_record:
tools/clang/tools/extra/clang-doc/MDGenerator.cpp
  265   case InfoType::IT_record:
tools/clang/tools/extra/clang-doc/Representation.cpp
  105   case InfoType::IT_record:
  234   case InfoType::IT_record:
tools/clang/tools/extra/clang-doc/Representation.h
  328   RecordInfo() : SymbolInfo(InfoType::IT_record) {}
  329   RecordInfo(SymbolID USR) : SymbolInfo(InfoType::IT_record, USR) {}
  331       : SymbolInfo(InfoType::IT_record, USR, Name) {}
  333       : SymbolInfo(InfoType::IT_record, USR, Name, Path) {}
tools/clang/tools/extra/clang-doc/Serialize.cpp
  194   case InfoType::IT_record:
  290             getUSRForDecl(T), N->getNameAsString(), InfoType::IT_record,
  317                               InfoType::IT_record, getInfoRelativePath(N),
  339                              InfoType::IT_record);
  342                              InfoType::IT_record, getInfoRelativePath(P));
  349                                     InfoType::IT_record,
  373                               InfoType::IT_record);
  386       (!Namespaces.empty() && Namespaces.back().RefType == InfoType::IT_record))
  427                               InfoType::IT_record, getInfoRelativePath(T));
  543     ParentI->ChildRecords.emplace_back(I->USR, I->Name, InfoType::IT_record,
  548   case InfoType::IT_record: {
  551     ParentI->ChildRecords.emplace_back(I->USR, I->Name, InfoType::IT_record,
  606       Reference{ParentUSR, Parent->getNameAsString(), InfoType::IT_record};
  651   case InfoType::IT_record: {
tools/clang/tools/extra/clang-doc/YAMLGenerator.cpp
   55     IO.enumCase(Value, "Record", InfoType::IT_record);
  282   case InfoType::IT_record:
tools/clang/tools/extra/unittests/clang-doc/BitcodeTest.cpp
   32   case InfoType::IT_record:
   62   I.ChildRecords.emplace_back(EmptySID, "ChildStruct", InfoType::IT_record);
   88   I.Parents.emplace_back(EmptySID, "F", InfoType::IT_record);
   89   I.VirtualParents.emplace_back(EmptySID, "G", InfoType::IT_record);
   91   I.ChildRecords.emplace_back(EmptySID, "ChildStruct", InfoType::IT_record);
  133   I.Parent = Reference(EmptySID, "Parent", InfoType::IT_record);
tools/clang/tools/extra/unittests/clang-doc/ClangDocTest.cpp
   23   assert(I->IT == InfoType::IT_record);
tools/clang/tools/extra/unittests/clang-doc/HTMLGeneratorTest.cpp
   48   I.ChildRecords.emplace_back(EmptySID, "ChildStruct", InfoType::IT_record,
  157   I.Parents.emplace_back(EmptySID, "F", InfoType::IT_record, PathTo);
  158   I.VirtualParents.emplace_back(EmptySID, "G", InfoType::IT_record);
  160   I.ChildRecords.emplace_back(EmptySID, "ChildStruct", InfoType::IT_record,
  282   I.Parent = Reference(EmptySID, "Parent", InfoType::IT_record);
tools/clang/tools/extra/unittests/clang-doc/MDGeneratorTest.cpp
   31   I.ChildRecords.emplace_back(EmptySID, "ChildStruct", InfoType::IT_record);
   92   I.Parents.emplace_back(EmptySID, "F", InfoType::IT_record);
   93   I.VirtualParents.emplace_back(EmptySID, "G", InfoType::IT_record);
   95   I.ChildRecords.emplace_back(EmptySID, "ChildStruct", InfoType::IT_record);
  162   I.Parent = Reference(EmptySID, "Parent", InfoType::IT_record);
tools/clang/tools/extra/unittests/clang-doc/MergeTest.cpp
   24                                 InfoType::IT_record);
   39                                 InfoType::IT_record);
   56                                       InfoType::IT_record);
   60                                       InfoType::IT_record);
   87   One.Parents.emplace_back(EmptySID, "F", InfoType::IT_record);
   88   One.VirtualParents.emplace_back(EmptySID, "G", InfoType::IT_record);
   93                                 InfoType::IT_record);
  110                                 InfoType::IT_record, "path");
  129   Expected->Parents.emplace_back(EmptySID, "F", InfoType::IT_record);
  130   Expected->VirtualParents.emplace_back(EmptySID, "G", InfoType::IT_record);
  135                                       InfoType::IT_record, "path");
tools/clang/tools/extra/unittests/clang-doc/SerializeTest.cpp
  151   EConstructor.Parent = Reference(EmptySID, "E", InfoType::IT_record);
  154   EConstructor.Namespace.emplace_back(EmptySID, "E", InfoType::IT_record);
  167   Method.Parent = Reference(EmptySID, "E", InfoType::IT_record);
  170   Method.Namespace.emplace_back(EmptySID, "E", InfoType::IT_record);
  190   TemplateMethod.Parent = Reference(EmptySID, "F", InfoType::IT_record);
  193   TemplateMethod.Namespace.emplace_back(EmptySID, "F", InfoType::IT_record);
  207       Reference(EmptySID, "F", InfoType::IT_record);
  213                                                    InfoType::IT_record);
  305   ExpectedG.Namespace.emplace_back(EmptySID, "E", InfoType::IT_record);
  380   ExpectedE.Parents.emplace_back(EmptySID, /*Name=*/"F", InfoType::IT_record,
  383       EmptySID, /*Name=*/"G", InfoType::IT_record, /*Path*=*/"GlobalNamespace");
  392   FunctionSet.Namespace.emplace_back(EmptySID, "F", InfoType::IT_record);
  405   FunctionGet.Namespace.emplace_back(EmptySID, "G", InfoType::IT_record);
  423   ExpectedH.Parents.emplace_back(EmptySID, /*Name=*/"E", InfoType::IT_record,
  426       EmptySID, /*Name=*/"G", InfoType::IT_record, /*Path=*/"GlobalNamespace");
  438   FunctionSetNew.Namespace.emplace_back(EmptySID, "F", InfoType::IT_record);
  451   FunctionGetNew.Namespace.emplace_back(EmptySID, "G", InfoType::IT_record);
  474                                  InfoType::IT_record);
  525   ExpectedParentA.ChildRecords.emplace_back(EmptySID, "A", InfoType::IT_record,
  533   ExpectedParentB.ChildRecords.emplace_back(EmptySID, "B", InfoType::IT_record,
  539   ExpectedParentC.ChildRecords.emplace_back(EmptySID, "C", InfoType::IT_record,
tools/clang/tools/extra/unittests/clang-doc/YAMLGeneratorTest.cpp
   33   I.ChildRecords.emplace_back(EmptySID, "ChildStruct", InfoType::IT_record,
   94   I.Parents.emplace_back(EmptySID, "F", InfoType::IT_record, "");
   95   I.VirtualParents.emplace_back(EmptySID, "G", InfoType::IT_record,
   98   I.ChildRecords.emplace_back(EmptySID, "ChildStruct", InfoType::IT_record,
  189   I.Parent = Reference(EmptySID, "Parent", InfoType::IT_record);