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

References

tools/clang/tools/extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
  219       llvm::sys::path::append(AbsPath, RelativePath);
  222           llvm::sys::path::parent_path(AbsPath)))
  223           << "Failed to create directories for: " << AbsPath;
  226       llvm::raw_fd_ostream OS(AbsPath, EC);
  227       EXPECT_FALSE(EC) << "Failed to open " << AbsPath << " for writing";