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

References

tools/clang/tools/extra/clang-doc/BitcodeReader.cpp
  397     I->Type = std::move(R);
  409     I->Type = std::move(R);
  421     I->Type = std::move(R);
tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  415   emitBlock(T.Type, FieldId::F_type);
  420   emitBlock(T.Type, FieldId::F_type);
  426   emitBlock(T.Type, FieldId::F_type);
tools/clang/tools/extra/clang-doc/HTMLGenerator.cpp
  410     LIBody->Children.emplace_back(genReference(M.Type, ParentInfoDir));
  686   if (I.ReturnType.Type.Name != "") {
  688         genReference(I.ReturnType.Type, ParentInfoDir));
  697     FunctionHeader->Children.emplace_back(genReference(P.Type, ParentInfoDir));
tools/clang/tools/extra/clang-doc/MDGenerator.cpp
  134     Stream << N.Type.Name + " " + N.Name;
  140     writeLine(genItalic(Access + " " + I.ReturnType.Type.Name + " " + I.Name +
  144     writeLine(genItalic(I.ReturnType.Type.Name + " " + I.Name + "(" +
  221         writeLine(Access + " " + Member.Type.Name + " " + Member.Name, OS);
  223         writeLine(Member.Type.Name + " " + Member.Name, OS);
tools/clang/tools/extra/clang-doc/Representation.cpp
  209   if (ReturnType.Type.USR == EmptySID && ReturnType.Type.Name == "")
  209   if (ReturnType.Type.USR == EmptySID && ReturnType.Type.Name == "")
tools/clang/tools/extra/clang-doc/Representation.h
  161   bool operator==(const TypeInfo &Other) const { return Type == Other.Type; }
  161   bool operator==(const TypeInfo &Other) const { return Type == Other.Type; }
  178     return std::tie(Type, Name) == std::tie(Other.Type, Other.Name);
  178     return std::tie(Type, Name) == std::tie(Other.Type, Other.Name);
  198     return std::tie(Type, Name, Access) ==
  199            std::tie(Other.Type, Other.Name, Other.Access);
tools/clang/tools/extra/clang-doc/YAMLGenerator.cpp
  106   IO.mapOptional("Type", I.Type, Reference());
tools/clang/tools/extra/unittests/clang-doc/ClangDocTest.cpp
   71   CheckReference(Expected->Type, Actual->Type);
   71   CheckReference(Expected->Type, Actual->Type);