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

Definitions

include/llvm/ADT/STLExtras.h
  183 template <typename ContainerTy>
include/llvm/ADT/StringRef.h
   54   class StringRef {
include/llvm/Analysis/LazyCallGraph.h
  431   class SCC {
include/llvm/Analysis/LoopInfo.h
  509 class Loop : public LoopBase<BasicBlock, Loop> {
 1038 class LoopInfo : public LoopInfoBase<BasicBlock, Loop> {
include/llvm/CodeGen/LiveInterval.h
  156   class LiveRange {
  679   class LiveInterval : public LiveRange {
include/llvm/CodeGen/MachineLoopInfo.h
   45 class MachineLoop : public LoopBase<MachineBasicBlock, MachineLoop> {
include/llvm/DebugInfo/DWARF/DWARFExpression.h
   22 class DWARFExpression {
include/llvm/IR/BasicBlock.h
   57 class BasicBlock final : public Value, // Basic blocks are data objects also
include/llvm/IR/Function.h
   59 class Function : public GlobalObject, public ilist_node<Function> {
include/llvm/ProfileData/Coverage/CoverageMapping.h
  478 class CoverageData {
include/llvm/Support/JSON.h
  154 class Array {
lib/CodeGen/AsmPrinter/DwarfExpression.h
   36 class DIExpressionCursor {
lib/CodeGen/MachineBlockPlacement.cpp
  215 class BlockChain {
lib/Target/Hexagon/HexagonBlockRanges.h
  105   class RangeList : public std::vector<IndexRange> {
lib/Transforms/Scalar/NewGVN.cpp
  293 class CongruenceClass {
lib/Transforms/Scalar/SROA.cpp
  231 class llvm::sroa::AllocaSlices {
tools/clang/include/clang/AST/ASTContext.h
  591   class DynTypedNodeList {
tools/clang/include/clang/AST/ASTUnresolvedSet.h
   29 class ASTUnresolvedSet {
tools/clang/include/clang/AST/DeclTemplate.h
   67 class TemplateParameterList final
tools/clang/include/clang/Analysis/CFG.h
 1226 class CFG {
tools/clang/include/clang/Sema/CodeCompleteConsumer.h
  439 class CodeCompletionString {
tools/clang/include/clang/Sema/Lookup.h
   46 class LookupResult {
tools/clang/include/clang/Sema/Overload.h
  887   class OverloadCandidateSet {
tools/clang/include/clang/Sema/ParsedAttr.h
  728 class ParsedAttributesView {
tools/clang/include/clang/Sema/TypoCorrection.h
   42 class TypoCorrection {
tools/lldb/include/lldb/Core/FileSpecList.h
   26 class FileSpecList {
tools/lldb/include/lldb/Target/MemoryRegionInfo.h
  127 class MemoryRegionInfos : public std::vector<lldb_private::MemoryRegionInfo> {
tools/lldb/include/lldb/Utility/Args.h
   32 class Args {
unittests/ADT/STLExtrasTest.cpp
  329 struct some_struct {
utils/TableGen/CodeGenDAGPatterns.h
   55 struct MachineValueTypeSet {
utils/TableGen/CodeGenInstruction.h
   29   class CGIOperandList {