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

Definitions

include/llvm/ADT/StringRef.h
   54   class StringRef {
include/llvm/CodeGen/MachineBasicBlock.h
   71   struct RegisterMaskPair {
include/llvm/CodeGen/MachineInstr.h
   63 class MachineInstr
include/llvm/MC/MCInst.h
   34 class MCOperand {
  158 class MCInst {
include/llvm/Support/Error.h
   48 class ErrorInfoBase {
 1174 class StringError : public ErrorInfo<StringError> {
include/llvm/XRay/BlockIndexer.h
   28   struct Block {
include/llvm/XRay/Profile.h
   51 class Profile {
   57   struct Data {
   62   struct Block {
include/llvm/XRay/Trace.h
   46 class Trace {
include/llvm/XRay/XRayRecord.h
   69 struct XRayRecord {
tools/clang/include/clang/AST/ASTContext.h
  591   class DynTypedNodeList {
tools/clang/include/clang/Basic/SourceLocation.h
  234 class CharSourceRange {
tools/clang/include/clang/Tooling/Core/Replacement.h
  209 class Replacements {
tools/clang/include/clang/Tooling/Syntax/Tokens.h
  100 class Token {
  221   struct Expansion {
tools/clang/tools/extra/clangd/CodeComplete.h
  137 struct CodeCompletion {
tools/clang/tools/extra/clangd/Diagnostics.h
   84 struct Diag : DiagBase {
tools/clang/tools/extra/clangd/Headers.h
   64 struct IncludeGraphNode {
tools/clang/tools/extra/clangd/Protocol.h
  798 struct DocumentSymbol {
 1038 struct SignatureInformation {
 1129 struct TypeHierarchyItem {
tools/clang/tools/extra/clangd/index/Index.h
   26 struct FuzzyFindRequest {
tools/clang/tools/extra/clangd/index/Ref.h
   69 class RefSlab {
tools/clang/tools/extra/clangd/index/Relation.h
   45 class RelationSlab {
tools/clang/tools/extra/clangd/index/Symbol.h
   36 struct Symbol {
  177 class SymbolSlab {
tools/lldb/include/lldb/Core/UniqueCStringMap.h
   28   struct Entry {
tools/lldb/include/lldb/Target/MemoryRegionInfo.h
  127 class MemoryRegionInfos : public std::vector<lldb_private::MemoryRegionInfo> {
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  676 class PythonException : public llvm::ErrorInfo<PythonException> {
tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.h
  145 class StopReplyExit : public StopReply {
tools/llvm-cfi-verify/lib/GraphBuilder.h
   52 struct ConditionalBranchNode {
tools/llvm-exegesis/lib/Clustering.h
   81   struct Cluster {
tools/llvm-exegesis/lib/RegisterValue.h
   26 struct RegisterValue {
unittests/Support/ErrorTest.cpp
   26 class CustomError : public ErrorInfo<CustomError> {
utils/unittest/googletest/include/gtest/internal/gtest-internal.h
  794 template <typename T>