clang-tools 18.0.0git
|
#include "TestTU.h"
#include "CompileCommands.h"
#include "Compiler.h"
#include "Diagnostics.h"
#include "TestFS.h"
#include "index/FileIndex.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/Basic/Diagnostic.h"
#include "clang/Frontend/CompilerInvocation.h"
#include "llvm/ADT/ScopeExit.h"
#include "llvm/Support/ScopedPrinter.h"
#include "llvm/Support/raw_ostream.h"
#include <cstdlib>
Go to the source code of this file.
Classes | |
class | clang::clangd::TraverseHeadersToo |
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::clangd |
Functions | |
void | clang::clangd::initializeModuleCache (CompilerInvocation &CI) |
void | clang::clangd::deleteModuleCache (const std::string ModuleCachePath) |
const Symbol & | clang::clangd::findSymbol (const SymbolSlab &Slab, llvm::StringRef QName) |
const NamedDecl & | clang::clangd::findDecl (ParsedAST &AST, llvm::StringRef QName) |
const NamedDecl & | clang::clangd::findDecl (ParsedAST &AST, std::function< bool(const NamedDecl &)> Filter) |
const NamedDecl & | clang::clangd::findUnqualifiedDecl (ParsedAST &AST, llvm::StringRef Name) |