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/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/FormatVariadicDetails.h
   32 template <typename T> class provider_format_adapter : public format_adapter {
include/llvm/Support/JSON.h
  280 class Value {
include/llvm/XRay/XRayRecord.h
   57 enum class RecordTypes {
tools/clang/tools/extra/clangd/Protocol.h
  127 struct Position {
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 {
unittests/Support/FormatVariadicTest.cpp
  650 struct Recorder {