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

References

tools/clang/tools/extra/clang-doc/BitcodeReader.cpp
  317     return decodeRecord(R, I->Path, Blob);
tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  408   emitRecord(R.Path, REFERENCE_PATH);
tools/clang/tools/extra/clang-doc/Generators.cpp
   89       I->Children.emplace_back(R.USR, R.Name, R.RefType, R.Path);
  106     if (It->Path.empty())
  107       It->Path = Info->Path;
tools/clang/tools/extra/clang-doc/HTMLGenerator.cpp
  311   if (Type.Path.empty() && !Type.IsInGlobalNamespace) {
  318       computeRelativePath(Type.Path, CurrentDirectory);
  905       J.attribute("Path", I.Path);
tools/clang/tools/extra/clang-doc/Representation.cpp
  125   if (Path.empty())
  126     Path = Other.Path;
  126     Path = Other.Path;
tools/clang/tools/extra/clang-doc/YAMLGenerator.cpp
  172     IO.mapOptional("Path", Ref.Path, SmallString<128>());
tools/clang/tools/extra/unittests/clang-doc/ClangDocTest.cpp
   67   EXPECT_EQ(Expected.Path, Actual.Path);
   67   EXPECT_EQ(Expected.Path, Actual.Path);