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

Definitions

include/llvm/ADT/ArrayRef.h
  289   template<typename T>
include/llvm/ADT/StringRef.h
   54   class StringRef {
include/llvm/Bitcode/BitcodeReader.h
   57   class BitcodeModule {
include/llvm/CodeGen/MachineTraceMetrics.h
  155   struct TraceBlockInfo {
include/llvm/CodeGen/SelectionDAGNodes.h
  123 class SDValue {
include/llvm/DebugInfo/CodeView/TypeIndex.h
   95 class TypeIndex {
include/llvm/IR/Argument.h
   29 class Argument final : public Value {
include/llvm/IR/ModuleSummaryIndex.h
  164 struct ValueInfo {
include/llvm/IR/ValueHandle.h
  181 class WeakTrackingVH : public ValueHandleBase {
include/llvm/MC/MCAsmMacro.h
   21 class AsmToken {
include/llvm/Object/COFF.h
  474 struct coff_relocation {
include/llvm/ProfileData/Coverage/CoverageMapping.h
  204 struct CounterMappingRegion {
  272 struct CountedRegion : public CounterMappingRegion {
include/llvm/ProfileData/InstrProf.h
  653 struct InstrProfValueSiteRecord {
include/llvm/Transforms/IPO/WholeProgramDevirt.h
  119 struct VirtualCallTarget {
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  264 struct PartiallyConstructedSafepointRecord {
tools/clang/include/clang/AST/Expr.h
 4686   class Designator {
tools/clang/include/clang/AST/ExprObjC.h
  261 struct ObjCDictionaryElement {
tools/clang/include/clang/AST/OpenMPClause.h
 4211   class MappableComponent {
tools/clang/include/clang/AST/Type.h
  643 class QualType {
tools/clang/include/clang/AST/VTableBuilder.h
   29 class VTableComponent {
tools/clang/include/clang/Basic/TargetInfo.h
  829   struct ConstraintInfo {
tools/clang/include/clang/Lex/Token.h
   34 class Token {
tools/clang/include/clang/Sema/CodeCompleteConsumer.h
 1005   class OverloadCandidate {
tools/clang/include/clang/Sema/Overload.h
  513   class ImplicitConversionSequence {
tools/clang/include/clang/Sema/ParsedTemplate.h
   29   class ParsedTemplateArgument {
tools/clang/lib/Sema/SemaOpenMP.cpp
 5239 struct LoopIterationSpace final {
tools/clang/tools/clang-import-test/clang-import-test.cpp
  242 struct CIAndOrigins {
tools/clang/tools/extra/clangd/FuzzyMatch.h
   55 enum CharRole : unsigned char {
tools/clang/tools/extra/clangd/Protocol.h
  798 struct DocumentSymbol {
tools/lld/COFF/Writer.cpp
 1824     struct Entry { ulittle32_t begin, end, unwind; };
 1831     struct Entry { ulittle32_t begin, unwind; };
tools/lld/ELF/SyntheticSections.h
 1115 struct Partition {
tools/lldb/include/lldb/Symbol/Function.h
  265 class CallEdge {
utils/TableGen/GlobalISelEmitter.cpp
  800 class RuleMatcher : public Matcher {