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

References

tools/clang/tools/extra/clangd/QueryDriverDatabase.cpp
  111                                                    StdErrPath)) {
  118       [&StdErrPath]() { llvm::sys::fs::remove(StdErrPath); });
  118       [&StdErrPath]() { llvm::sys::fs::remove(StdErrPath); });
  121       {""}, {""}, llvm::StringRef(StdErrPath)};
  134   auto BufOrError = llvm::MemoryBuffer::getFile(StdErrPath);
  137          StdErrPath, BufOrError.getError().message());