clang-tools 19.0.0git
Classes | Namespaces | Functions
TestTU.h File Reference
#include "../TidyProvider.h"
#include "Compiler.h"
#include "FeatureModule.h"
#include "ParsedAST.h"
#include "TestFS.h"
#include "index/Index.h"
#include "llvm/ADT/StringMap.h"
#include <memory>
#include <string>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

struct  clang::clangd::TestTU
 

Namespaces

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

Functions

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)