clang-tools
11.0.0
|
#include "GlobalCompilationDatabase.h"
#include "Matchers.h"
#include "TestFS.h"
#include "support/Path.h"
#include "clang/Tooling/CompilationDatabase.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include <fstream>
#include <string>
Go to the source code of this file.
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::clangd | |
|
protected |
Definition at line 85 of file GlobalCompilationDatabaseTests.cpp.
Referenced by clang::tidy::findDeclInBases(), clang::clangd::getQueryDriverDatabase(), clang::tidy::bugprone::isParentOf(), and clang::doc::serialize::parseBases().