clang-tools 22.0.0git
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
 FIXME: Skip testing on windows temporarily due to the different escaping code mode.

Functions

const Symbolclang::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)