clang-tools 22.0.0git
SymbolInfo.h File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/YAMLTraits.h"
#include "llvm/Support/raw_ostream.h"
#include <set>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  clang::find_all_symbols::SymbolInfo
 Describes a named symbol from a header. More...
struct  clang::find_all_symbols::SymbolInfo::Signals
struct  clang::find_all_symbols::SymbolAndSignals

Namespaces

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

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.