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

References

tools/clang/tools/extra/clang-doc/BitcodeReader.cpp
  152     return decodeRecord(R, I->Path, Blob);
  167     return decodeRecord(R, I->Path, Blob);
  190     return decodeRecord(R, I->Path, Blob);
tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  457   emitRecord(I.Path, NAMESPACE_PATH);
  493   emitRecord(I.Path, RECORD_PATH);
  524   emitRecord(I.Path, BASE_RECORD_PATH);
tools/clang/tools/extra/clang-doc/Generators.cpp
  101                              Info->Path);
  107       It->Path = Info->Path;
tools/clang/tools/extra/clang-doc/HTMLGenerator.cpp
  734       genReferencesBlock(I.ChildNamespaces, "Namespaces", I.Path);
  737       genReferencesBlock(I.ChildRecords, "Records", I.Path);
  741       genFunctionsBlock(I.ChildFunctions, CDCtx, I.Path);
  780       genReferenceList(I.Parents, I.Path);
  782       genReferenceList(I.VirtualParents, I.Path);
  799       genRecordMembersBlock(I.Members, I.Path);
  802       genReferencesBlock(I.ChildRecords, "Records", I.Path);
  806       genFunctionsBlock(I.ChildFunctions, CDCtx, I.Path);
  864       genInfoFile(InfoTitle, I->Path, MainContentNodes, InfoIndex, CDCtx);
tools/clang/tools/extra/clang-doc/Representation.cpp
  137   if (Path == "")
  138     Path = Other.Path;
  138     Path = Other.Path;
tools/clang/tools/extra/clang-doc/Serialize.cpp
  502   I->Path = getInfoRelativePath(I->Namespace);
  511     ParentI->Path = getInfoRelativePath(ParentI->Namespace);
  537   I->Path = getInfoRelativePath(I->Namespace);
  579     ParentI->Path = getInfoRelativePath(ParentI->Namespace);
  635     ParentI->Path = getInfoRelativePath(ParentI->Namespace);
tools/clang/tools/extra/clang-doc/YAMLGenerator.cpp
  117   IO.mapOptional("Path", I.Path, SmallString<128>());
tools/clang/tools/extra/clang-doc/tool/ClangDocMain.cpp
  297       auto InfoPath = getInfoOutputFile(OutDirectory, I->Path, I->extractName(),
tools/clang/tools/extra/unittests/clang-doc/ClangDocTest.cpp
   87   EXPECT_EQ(Expected->Path, Actual->Path);
   87   EXPECT_EQ(Expected->Path, Actual->Path);
tools/clang/tools/extra/unittests/clang-doc/HTMLGeneratorTest.cpp
  147   I.Path = "X/Y/Z";
tools/clang/tools/extra/unittests/clang-doc/YAMLGeneratorTest.cpp
   28   I.Path = "path/to/A";
   78   I.Path = "path/to/A";