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

Definitions

include/llvm/ADT/APInt.h
   69 class LLVM_NODISCARD APInt {
include/llvm/ADT/Optional.h
  320 template<typename T>
include/llvm/ADT/StringRef.h
   54   class StringRef {
include/llvm/DebugInfo/GSYM/InlineInfo.h
   58 struct InlineInfo {
include/llvm/DebugInfo/GSYM/LineTable.h
  118 class LineTable {
include/llvm/IR/DebugInfoMetadata.h
 2447   struct FragmentInfo {
include/llvm/Remarks/Remark.h
   30 struct RemarkLocation {
include/llvm/Support/Alignment.h
   40 struct Align {
include/llvm/Support/MD5.h
   55   struct MD5Result {
include/llvm/Support/Path.h
   28 enum class Style { windows, posix, native };
tools/clang/include/clang/AST/StmtIterator.h
  140 struct ConstStmtIterator : public StmtIteratorImpl<ConstStmtIterator,
tools/clang/include/clang/Driver/Types.h
   23   enum ID {
tools/clang/include/clang/Tooling/Core/Replacement.h
   83 class Replacement {
tools/clang/tools/extra/clangd/ExpectedTypes.h
   34 class OpaqueType {
tools/clang/tools/extra/clangd/Protocol.h
  156 struct Range {
tools/clang/tools/extra/clangd/SemanticHighlighting.h
   27 enum class HighlightingKind {
tools/clang/tools/extra/clangd/index/SymbolID.h
   31 class SymbolID {
tools/lldb/include/lldb/Symbol/CompilerType.h
  386 struct CompilerType::IntegralTemplateArgument {
tools/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.h
   23   enum Kind { Module, Info, File, Func, Line, Public, StackCFI, StackWin };
   48 class ModuleRecord : public Record {
   64 class InfoRecord : public Record {
   77 class FileRecord : public Record {
   92 class FuncRecord : public Record {
  110 class LineRecord : public Record {
  127 class PublicRecord : public Record {
  144 class StackCFIRecord : public Record {
  160 class StackWinRecord : public Record {
tools/lldb/source/Plugins/Process/minidump/MinidumpParser.h
   37 struct Range {
tools/lldb/source/Plugins/Process/minidump/MinidumpTypes.h
  108 class LinuxProcStatus {
unittests/ADT/OptionalTest.cpp
  458 struct EqualityMock {};
  546 struct ComparableAndStreamable {
  573 struct Comparable {
unittests/ADT/TestGraph.h
  163   class ChildIterator {