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

References

tools/clang/tools/extra/clang-doc/tool/ClangDocMain.cpp
  172   llvm::sys::path::native(Root, Path);
  173   llvm::sys::path::append(Path, RelativePath);
  174   if (CreateDirectory(Path))
  177   llvm::sys::path::append(Path, Name + Ext);
  178   return Path;