clang-tools 20.0.0git
|
#include "Annotations.h"
#include "ParsedAST.h"
#include "TestTU.h"
#include "XRefs.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include <optional>
Go to the source code of this file.
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::clangd |
FIXME: Skip testing on windows temporarily due to the different escaping code mode. | |
std::string Container |
Definition at line 25 of file SymbolInfoTests.cpp.
Referenced by clang::tidy::modernize::ShrinkToFitCheck::check(), clang::tidy::readability::ContainerSizeEmptyCheck::check(), clang::tidy::modernize::containsExpr(), clang::clangd::findReferences(), clang::tidy::bugprone::NotNullTerminatedResultCheck::registerMatchers(), and clang::tidy::readability::ContainerDataPointerCheck::registerMatchers().
const char* DeclMarker = nullptr |
Definition at line 27 of file SymbolInfoTests.cpp.
const char* DefMarker = nullptr |
Definition at line 28 of file SymbolInfoTests.cpp.
std::string Name |
Definition at line 24 of file SymbolInfoTests.cpp.
std::string USR |
Definition at line 26 of file SymbolInfoTests.cpp.
Referenced by clang::clangd::getSymbolID(), clang::clangd::getSymbolInfo(), clang::doc::serialize::getUSRForDecl(), clang::doc::serialize::hashUSR(), clang::clangd::objcSym(), llvm::yaml::ScalarTraits< std::array< unsigned char, 20 > >::StringToSymbol(), clang::clangd::sym(), and clang::clangd::SymbolID::SymbolID().