clang-tools
11.0.0
|
#include "Annotations.h"
#include "TestFS.h"
#include "TestTU.h"
#include "index/SymbolCollector.h"
#include "clang/Basic/FileManager.h"
#include "clang/Basic/FileSystemOptions.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Index/IndexingAction.h"
#include "clang/Index/IndexingOptions.h"
#include "clang/Tooling/Tooling.h"
#include "llvm/ADT/IntrusiveRefCntPtr.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/VirtualFileSystem.h"
#include "gmock/gmock-matchers.h"
#include "gmock/gmock-more-matchers.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include <memory>
#include <string>
Go to the source code of this file.
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::clangd | |
|
protected |
Definition at line 138 of file SymbolCollectorTests.cpp.
Referenced by clang::clangd::getDocumentSymbols().
std::shared_ptr<SymbolCollector> Collector |
Definition at line 242 of file SymbolCollectorTests.cpp.
|
protected |
Definition at line 298 of file SymbolCollectorTests.cpp.
SymbolCollector::Options COpts |
Definition at line 243 of file SymbolCollectorTests.cpp.
|
protected |
Definition at line 137 of file SymbolCollectorTests.cpp.
|
protected |
Definition at line 136 of file SymbolCollectorTests.cpp.
|
protected |
Definition at line 135 of file SymbolCollectorTests.cpp.
Referenced by Modularize::CoverageChecker::collectUmbrellaHeaderHeader().
|
protected |
Definition at line 290 of file SymbolCollectorTests.cpp.
std::unique_ptr<CommentHandler> PragmaHandler |
Definition at line 244 of file SymbolCollectorTests.cpp.
|
protected |
Definition at line 296 of file SymbolCollectorTests.cpp.
Referenced by clang::clangd::FileSymbols::buildIndex(), clang::doc::genReferenceList(), clang::clangd::loadIndex(), and llvm::yaml::MappingTraits< RefBundle >::mapping().
|
protected |
Definition at line 297 of file SymbolCollectorTests.cpp.
|
protected |
Definition at line 295 of file SymbolCollectorTests.cpp.
Referenced by clang::clangd::flattenSymbolHierarchy(), clang::include_fixer::InMemorySymbolIndex::InMemorySymbolIndex(), clang::clangd::loadIndex(), clang::clangd::MemIndex::MemIndex(), clang::include_fixer::rank(), clang::find_all_symbols::ReadSymbolInfosFromYAML(), clang::find_all_symbols::YamlReporter::reportSymbols(), clang::include_fixer::SymbolIndexManager::search(), and clang::find_all_symbols::WriteSymbolInfosToStream().
|
protected |
Definition at line 293 of file SymbolCollectorTests.cpp.
|
protected |
Definition at line 294 of file SymbolCollectorTests.cpp.
|
protected |
Definition at line 291 of file SymbolCollectorTests.cpp.
|
protected |
Definition at line 292 of file SymbolCollectorTests.cpp.