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

References

tools/clang/tools/extra/clang-doc/BitcodeReader.cpp
  173     return decodeRecord(R, I->TagType, Blob);
  192     return decodeRecord(R, I->TagType, Blob);
tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  502   emitRecord(I.TagType, RECORD_TAG_TYPE);
  525   emitRecord(I.TagType, BASE_RECORD_TAG_TYPE);
tools/clang/tools/extra/clang-doc/HTMLGenerator.cpp
  764   InfoTitle = (getTagType(I.TagType) + " " + I.Name).str();
tools/clang/tools/extra/clang-doc/MDGenerator.cpp
  194   writeHeader(getTagType(I.TagType) + " " + I.Name, 1, OS);
tools/clang/tools/extra/clang-doc/Representation.cpp
  177   if (!TagType)
  178     TagType = Other.TagType;
  178     TagType = Other.TagType;
tools/clang/tools/extra/clang-doc/Serialize.cpp
  526   I->TagType = D->getTagKind();
tools/clang/tools/extra/clang-doc/YAMLGenerator.cpp
  130   IO.mapOptional("TagType", I.TagType, clang::TagTypeKind::TTK_Struct);
tools/clang/tools/extra/unittests/clang-doc/BitcodeTest.cpp
   82   I.TagType = TagTypeKind::TTK_Class;
tools/clang/tools/extra/unittests/clang-doc/ClangDocTest.cpp
  156   EXPECT_EQ(Expected->TagType, Actual->TagType);
  156   EXPECT_EQ(Expected->TagType, Actual->TagType);
tools/clang/tools/extra/unittests/clang-doc/HTMLGeneratorTest.cpp
  156   I.TagType = TagTypeKind::TTK_Class;
tools/clang/tools/extra/unittests/clang-doc/MDGeneratorTest.cpp
   91   I.TagType = TagTypeKind::TTK_Class;
tools/clang/tools/extra/unittests/clang-doc/MergeTest.cpp
   86   One.TagType = TagTypeKind::TTK_Class;
  107   Two.TagType = TagTypeKind::TTK_Class;
  128   Expected->TagType = TagTypeKind::TTK_Class;
tools/clang/tools/extra/unittests/clang-doc/SerializeTest.cpp
  143   ExpectedE.TagType = TagTypeKind::TTK_Class;
  182   ExpectedF.TagType = TagTypeKind::TTK_Struct;
  226   ExpectedG.TagType = TagTypeKind::TTK_Struct;
  268   ExpectedE.TagType = TagTypeKind::TTK_Class;
  281   ExpectedE.TagType = TagTypeKind::TTK_Struct;
  296   ExpectedE.TagType = TagTypeKind::TTK_Class;
  304   ExpectedG.TagType = TagTypeKind::TTK_Class;
  363   ExpectedF.TagType = TagTypeKind::TTK_Class;
  371   ExpectedG.TagType = TagTypeKind::TTK_Class;
  414   ExpectedE.TagType = TagTypeKind::TTK_Class;
  421   ExpectedH.TagType = TagTypeKind::TTK_Class;
  465   ExpectedI.TagType = TagTypeKind::TTK_Class;
  479   ExpectedJ.TagType = TagTypeKind::TTK_Class;
tools/clang/tools/extra/unittests/clang-doc/YAMLGeneratorTest.cpp
   86   I.TagType = TagTypeKind::TTK_Class;