clang-tools
10.0.0
|
#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 | |
llvm | |
Some operations such as code completion produce a set of candidates. | |
llvm::yaml | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
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). More... | |
std::vector< SymbolAndSignals > | clang::find_all_symbols::ReadSymbolInfosFromYAML (llvm::StringRef Yaml) |
Read SymbolInfos from a YAML document. More... | |
Definition at line 18 of file SymbolInfo.cpp.
Definition at line 21 of file SymbolInfo.cpp.