clang-tools 19.0.0git
Classes | Namespaces | Typedefs | Functions
SymbolInfo.cpp File Reference
#include "SymbolInfo.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/YAMLTraits.h"
#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.

Classes

struct  llvm::yaml::MappingTraits< SymbolAndSignals >
 
struct  llvm::yaml::ScalarEnumerationTraits< ContextType >
 
struct  llvm::yaml::ScalarEnumerationTraits< SymbolKind >
 
struct  llvm::yaml::MappingTraits< SymbolInfo::Context >
 

Namespaces

namespace  llvm
 Some operations such as code completion produce a set of candidates.
 
namespace  llvm::yaml
 
namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::find_all_symbols
 

Typedefs

using ContextType = clang::find_all_symbols::SymbolInfo::ContextType
 
using SymbolKind = clang::find_all_symbols::SymbolInfo::SymbolKind
 

Functions

bool clang::find_all_symbols::WriteSymbolInfosToStream (llvm::raw_ostream &OS, const SymbolInfo::SignalMap &Symbols)
 Write SymbolInfos to a stream (YAML format).
 
std::vector< SymbolAndSignalsclang::find_all_symbols::ReadSymbolInfosFromYAML (llvm::StringRef Yaml)
 Read SymbolInfos from a YAML document.
 

Typedef Documentation

◆ ContextType

Definition at line 16 of file SymbolInfo.cpp.

◆ SymbolKind

Definition at line 19 of file SymbolInfo.cpp.