reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/ADT/StringRef.h
   54   class StringRef {
  858   class StringLiteral : public StringRef {
include/llvm/ADT/Twine.h
   80   class Twine {
include/llvm/BinaryFormat/Dwarf.h
   82 enum Tag : uint16_t {
  102 enum Attribute : uint16_t {
  109 enum Form : uint16_t {
  373 enum Index {
include/llvm/DebugInfo/CodeView/Formatters.h
   27 class GuidAdapter final : public FormatAdapter<ArrayRef<uint8_t>> {
include/llvm/DebugInfo/CodeView/GUID.h
   21 struct GUID {
include/llvm/DebugInfo/CodeView/TypeHashing.h
   32 struct LocallyHashedType {
   77 struct GloballyHashedType {
include/llvm/DebugInfo/CodeView/TypeIndex.h
   95 class TypeIndex {
include/llvm/Support/Error.h
  157 class LLVM_NODISCARD Error {
include/llvm/Support/FormatAdapters.h
   75 class ErrorAdapter : public FormatAdapter<Error> {
include/llvm/Support/FormatVariadic.h
  252 template <typename... Ts>
include/llvm/Support/JSON.h
  280 class Value {
include/llvm/XRay/XRayRecord.h
   57 enum class RecordTypes {
tools/clang/include/clang/Sema/CodeCompleteConsumer.h
 1008     enum CandidateKind {
tools/clang/include/clang/Tooling/Syntax/Nodes.h
   25 enum class NodeKind : uint16_t {
tools/clang/tools/extra/clangd/Diagnostics.h
   81 struct Note : DiagBase {};
tools/clang/tools/extra/clangd/FindTarget.h
   84 struct ReferenceLoc {
  141 class DeclRelationSet {
tools/clang/tools/extra/clangd/Protocol.h
  127 struct Position {
  343 enum class OffsetEncoding {
 1038 struct SignatureInformation {
tools/clang/tools/extra/clangd/Quality.h
   57 struct SymbolQualitySignals {
   87 struct SymbolRelevanceSignals {
  195 struct SignatureQualitySignals {
tools/clang/tools/extra/clangd/Selection.h
   65 class SelectionTree {
tools/clang/tools/extra/clangd/SemanticHighlighting.h
   27 enum class HighlightingKind {
tools/clang/tools/extra/clangd/index/SymbolLocation.h
   19 struct SymbolLocation {
tools/clang/tools/extra/clangd/index/dex/Iterator.h
   54 class Iterator {
tools/lldb/include/lldb/Host/Host.h
   34 struct WaitStatus {
tools/lldb/include/lldb/Symbol/ObjectFile.h
   64   enum Type {
   85   enum Strata {
tools/lldb/include/lldb/Target/MemoryRegionInfo.h
   22   enum OptionalBool { eDontKnow = -1, eNo = 0, eYes = 1 };
tools/lldb/include/lldb/Utility/ConstString.h
   39 class ConstString {
tools/lldb/include/lldb/Utility/Environment.h
   18 class Environment : private llvm::StringMap<std::string> {
tools/lldb/include/lldb/Utility/FileSpec.h
   55 class FileSpec {
tools/lldb/include/lldb/Utility/Status.h
   44 class Status {
tools/lldb/include/lldb/lldb-enumerations.h
   73 enum StateType {
tools/lldb/include/lldb/lldb-private-enumerations.h
   59 enum Vote { eVoteNo = -1, eVoteNoOpinion = 0, eVoteYes = 1 };
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
   63   enum class PacketResult {
tools/lldb/source/Plugins/SymbolFile/DWARF/DIERef.h
   26 class DIERef {
tools/llvm-xray/xray-stacks.cpp
  115 struct format_xray_record : public FormatAdapter<XRayRecord> {
unittests/ADT/TwineTest.cpp
  104   struct formatter : FormatAdapter<int> {
unittests/Support/FormatVariadicTest.cpp
   18 struct Format : public FormatAdapter<int> {
  595   class Negative : public FormatAdapter<int> {
  650 struct Recorder {
  676 struct X {};