11#include "gmock/gmock.h"
12#include "gtest/gtest.h"
17TEST(PathTests, IsAncestor) {
27#ifdef CLANGD_PATH_CASE_INSENSITIVE
bool pathStartsWith(PathRef Ancestor, PathRef Path, llvm::sys::path::Style Style)
Checks if Ancestor is a proper ancestor of Path.
std::string testPath(PathRef File, llvm::sys::path::Style Style)
TEST(BackgroundQueueTest, Priority)
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//