clang-tools 20.0.0git
|
#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.
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< SymbolAndSignals > | clang::find_all_symbols::ReadSymbolInfosFromYAML (llvm::StringRef Yaml) |
Read SymbolInfos from a YAML document. | |
Definition at line 16 of file SymbolInfo.cpp.
Definition at line 19 of file SymbolInfo.cpp.