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

References

tools/clang/tools/extra/modularize/ModuleAssistant.cpp
  260     FilePath = HeaderPrefix;
  262     llvm::sys::path::append(FilePath, ModuleMapPath);
  263     llvm::sys::path::native(FilePath);
  265     FilePath = ModuleMapPath;
  266     llvm::sys::path::native(FilePath);
  271   llvm::ToolOutputFile Out(FilePath, EC, llvm::sys::fs::OF_Text);
  273     llvm::errs() << Argv0 << ": error opening " << FilePath << ":"