|
clang-tools 22.0.0git
|
#include "TestFS.h"#include "TestIndex.h"#include "index/Index.h"#include "index/SymbolID.h"#include "index/dex/Dex.h"#include "index/dex/Iterator.h"#include "index/dex/Token.h"#include "index/dex/Trigram.h"#include "llvm/Support/ScopedPrinter.h"#include "gmock/gmock.h"#include "gtest/gtest.h"#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::clangd |
| FIXME: Skip testing on windows temporarily due to the different escaping code mode. | |
| namespace | clang::clangd::dex |