|
clang-tools 22.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.
Classes | |
| struct | llvm::yaml::MappingTraits< SymbolAndSignals > |
| struct | llvm::yaml::ScalarEnumerationTraits< ContextType > |
| struct | llvm::yaml::ScalarEnumerationTraits< SymbolKind > |
| struct | llvm::yaml::MappingTraits< SymbolInfo::Context > |
| class | SymbolInfo |
| Describes a named symbol from a header. More... | |
| struct | SymbolAndSignals |
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 15 of file SymbolInfo.cpp.
Definition at line 18 of file SymbolInfo.cpp.