clang-tools 19.0.0git
Namespaces
SymbolCollectorTests.cpp File Reference
#include "Annotations.h"
#include "TestFS.h"
#include "TestTU.h"
#include "URI.h"
#include "clang-include-cleaner/Record.h"
#include "index/SymbolCollector.h"
#include "clang/Basic/FileManager.h"
#include "clang/Basic/FileSystemOptions.h"
#include "clang/Basic/SourceLocation.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/StringRef.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/VirtualFileSystem.h"
#include "gmock/gmock-matchers.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include <memory>
#include <optional>
#include <string>
#include <utility>

Go to the source code of this file.

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::clangd
 

Variable Documentation

◆ AST

std::optional<ParsedAST> AST
protected

Definition at line 141 of file SymbolCollectorTests.cpp.

◆ Collector

std::shared_ptr<SymbolCollector> Collector

Definition at line 265 of file SymbolCollectorTests.cpp.

◆ CollectorOpts

SymbolCollector::Options CollectorOpts
protected

Definition at line 321 of file SymbolCollectorTests.cpp.

◆ COpts

SymbolCollector::Options COpts

Definition at line 266 of file SymbolCollectorTests.cpp.

◆ File

TestTU File
protected

Definition at line 140 of file SymbolCollectorTests.cpp.

◆ FileName

std::string FileName = "f.cpp"
protected

Definition at line 139 of file SymbolCollectorTests.cpp.

◆ HeaderName

std::string HeaderName = "f.h"
protected

◆ InMemoryFileSystem

llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem
protected

Definition at line 313 of file SymbolCollectorTests.cpp.

◆ Refs

RefSlab Refs
protected

Definition at line 319 of file SymbolCollectorTests.cpp.

◆ Relations

RelationSlab Relations
protected

Definition at line 320 of file SymbolCollectorTests.cpp.

◆ Symbols

SymbolSlab Symbols
protected

Definition at line 318 of file SymbolCollectorTests.cpp.

◆ TestFileName

std::string TestFileName
protected

Definition at line 316 of file SymbolCollectorTests.cpp.

◆ TestFileURI

std::string TestFileURI
protected

Definition at line 317 of file SymbolCollectorTests.cpp.

◆ TestHeaderName

std::string TestHeaderName
protected

Definition at line 314 of file SymbolCollectorTests.cpp.

◆ TestHeaderURI

std::string TestHeaderURI
protected

Definition at line 315 of file SymbolCollectorTests.cpp.