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

References

tools/clang/tools/extra/clang-doc/BitcodeReader.cpp
  315     return decodeRecord(R, I->RefType, Blob);
tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  407   emitRecord((unsigned)R.RefType, REFERENCE_TYPE);
tools/clang/tools/extra/clang-doc/Generators.cpp
   89       I->Children.emplace_back(R.USR, R.Name, R.RefType, R.Path);
tools/clang/tools/extra/clang-doc/HTMLGenerator.cpp
  904       J.attribute("RefType", getRefType(I.RefType));
tools/clang/tools/extra/clang-doc/Representation.cpp
  118   return RefType == Other.RefType && USR == Other.USR;
  118   return RefType == Other.RefType && USR == Other.USR;
tools/clang/tools/extra/clang-doc/Representation.h
  131     return std::tie(USR, Name, RefType) ==
  132            std::tie(Other.USR, Other.Name, Other.RefType);
tools/clang/tools/extra/clang-doc/Serialize.cpp
  386       (!Namespaces.empty() && Namespaces.back().RefType == InfoType::IT_record))
  539   switch (I->Namespace[0].RefType) {
  642   switch (Enum.Namespace[0].RefType) {
tools/clang/tools/extra/clang-doc/YAMLGenerator.cpp
  169     IO.mapOptional("Type", Ref.RefType, InfoType::IT_default);
tools/clang/tools/extra/unittests/clang-doc/ClangDocTest.cpp
   66   EXPECT_EQ(Expected.RefType, Actual.RefType);
   66   EXPECT_EQ(Expected.RefType, Actual.RefType);
tools/clang/tools/extra/unittests/clang-doc/GeneratorTest.cpp
   67   IndexG.RefType = InfoType::IT_namespace;