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

Definitions

gen/lib/Target/AMDGPU/AMDGPUGenRegisterInfo.inc
   19 enum {
 3816 enum {
gen/lib/Target/Hexagon/HexagonGenRegisterInfo.inc
  258 enum {
gen/lib/Target/PowerPC/PPCGenRegisterInfo.inc
   19 enum {
gen/lib/Target/X86/X86GenRegisterInfo.inc
   19 enum {
gen/unittests/TableGen/AutomataTables.inc
   23 enum SymKind {
include/llvm/ADT/APFloat.h
  176   enum cmpResult {
  184   enum roundingMode {
  210   enum fltCategory {
include/llvm/ADT/APInt.h
   69 class LLVM_NODISCARD APInt {
include/llvm/ADT/APSInt.h
   21 class LLVM_NODISCARD APSInt : public APInt {
include/llvm/ADT/Any.h
   26 class Any {
include/llvm/ADT/BitVector.h
   73 class BitVector {
include/llvm/ADT/CachedHashString.h
   29 class CachedHashStringRef {
include/llvm/ADT/DenseSet.h
  105   class Iterator {
include/llvm/ADT/FoldingSet.h
  305 class FoldingSetNodeID {
include/llvm/ADT/Hashing.h
   71 class hash_code {
include/llvm/ADT/StringRef.h
   54   class StringRef {
include/llvm/ADT/Twine.h
   80   class Twine {
include/llvm/Analysis/AliasAnalysis.h
   78 enum AliasResult : uint8_t {
include/llvm/Analysis/AssumptionCache.h
  188   class FunctionCallbackVH final : public CallbackVH {
include/llvm/Analysis/BlockFrequencyInfoImpl.h
   82 class BlockMass {
include/llvm/Analysis/CGSCCPassManager.h
  576     struct CallCount {
include/llvm/Analysis/IVDescriptors.h
  260 class InductionDescriptor {
include/llvm/Analysis/LazyCallGraph.h
  112 class LazyCallGraph {
include/llvm/Analysis/LoopAnalysisManager.h
   53 struct LoopStandardAnalysisResults {
include/llvm/Analysis/MemoryDependenceAnalysis.h
  297   struct NonLocalPointerInfo {
include/llvm/Analysis/MemoryLocation.h
  174 class MemoryLocation {
include/llvm/Analysis/ScalarEvolution.h
  326   enum IncrementWrapFlags {
include/llvm/Analysis/ValueLattice.h
   26 class ValueLatticeElement {
include/llvm/Analysis/VectorUtils.h
  612   struct StrideDescriptor {
include/llvm/BinaryFormat/Dwarf.h
   70 enum DwarfFormat : uint8_t { DWARF32, DWARF64 };
   82 enum Tag : uint16_t {
  102 enum Attribute : uint16_t {
  109 enum Form : uint16_t {
  373 enum Index {
include/llvm/BinaryFormat/ELF.h
 1049 enum {
include/llvm/BinaryFormat/MachO.h
 1415 enum CPUType {
 1440 enum CPUSubTypeX86 {
 1477 enum CPUSubTypeARM {
 1493 enum CPUSubTypeARM64 {
include/llvm/BinaryFormat/Wasm.h
  345 enum class ValType {
include/llvm/Bitcode/BitcodeReader.h
   57   class BitcodeModule {
include/llvm/Bitstream/BitstreamReader.h
  339 class BitstreamCursor : SimpleBitstreamCursor {
include/llvm/CodeGen/DwarfStringPoolEntry.h
   20 struct DwarfStringPoolEntry {
include/llvm/CodeGen/ISDOpcodes.h
   38   enum NodeType {
 1020   enum CondCode {
include/llvm/CodeGen/MachineFrameInfo.h
  110   enum SSPLayoutKind {
include/llvm/CodeGen/MachineOperand.h
   50 class MachineOperand {
include/llvm/CodeGen/Register.h
   19 class Register {
include/llvm/CodeGen/ScheduleDAG.h
   49   class SDep {
include/llvm/CodeGen/SelectionDAGNodes.h
  123 class SDValue {
include/llvm/CodeGen/SlotIndexes.h
   83   class SlotIndex {
include/llvm/CodeGen/StackMaps.h
  242   struct FunctionInfo {
include/llvm/CodeGen/TargetCallingConv.h
   27   struct ArgFlagsTy {
include/llvm/CodeGen/TargetInstrInfo.h
  432   struct RegSubRegPair {
include/llvm/CodeGen/ValueTypes.h
   33   struct EVT {
include/llvm/DebugInfo/CodeView/Formatters.h
   27 class GuidAdapter final : public FormatAdapter<ArrayRef<uint8_t>> {
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/DebugInfo/CodeView/TypeIndexDiscovery.h
   19 enum class TiRefKind { TypeRef, IndexRef };
include/llvm/DebugInfo/DIContext.h
   30 struct DILineInfo {
include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
   22 class DWARFAbbreviationDeclarationSet {
include/llvm/DebugInfo/DWARF/DWARFDie.h
   42 class DWARFDie {
include/llvm/DebugInfo/GSYM/FileEntry.h
   25 struct FileEntry {
include/llvm/DebugInfo/PDB/Native/RawTypes.h
   40 struct PSHashRecord {
include/llvm/DebugInfo/PDB/PDBTypes.h
  241 enum class PDB_SymType {
include/llvm/Demangle/MicrosoftDemangleNodes.h
   35 enum Qualifiers : uint8_t {
   55 enum class PointerAffinity { None, Pointer, Reference, RValueReference };
include/llvm/ExecutionEngine/JITSymbol.h
   56 class JITSymbolFlags {
  190 class JITEvaluatedSymbol {
  219 class JITSymbol {
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
  102   struct PerDylibResources {
  197   struct LogicalDylib {
include/llvm/ExecutionEngine/Orc/Core.h
  659   class SymbolTableEntry {
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
   58 class DirectBufferWriter {
include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h
   50   struct WalkDirection {
include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
   50 class SymbolStringPtr {
include/llvm/IR/Attributes.h
  214 class AttributeSet {
include/llvm/IR/CallSite.h
  672 class CallSite : public CallSiteBase<Function, BasicBlock, Value, User, Use,
include/llvm/IR/Comdat.h
   31 class Comdat {
   33   enum SelectionKind {
include/llvm/IR/ConstantRange.h
   47 class LLVM_NODISCARD ConstantRange {
include/llvm/IR/DebugInfoMetadata.h
 2447   struct FragmentInfo {
include/llvm/IR/DebugLoc.h
   33   class DebugLoc {
include/llvm/IR/DerivedTypes.h
  170 class FunctionCallee {
include/llvm/IR/Function.h
   59 class Function : public GlobalObject, public ilist_node<Function> {
include/llvm/IR/GlobalValue.h
   47   enum LinkageTypes {
include/llvm/IR/InstrTypes.h
  732   enum Predicate {
include/llvm/IR/Instruction.h
   43 class Instruction : public User,
include/llvm/IR/Module.h
   66 class Module {
include/llvm/IR/ModuleSummaryIndex.h
   53 struct CalleeInfo {
  164 struct ValueInfo {
include/llvm/IR/TrackingMDRef.h
   25 class TrackingMDRef {
include/llvm/IR/ValueHandle.h
  181 class WeakTrackingVH : public ValueHandleBase {
include/llvm/LTO/legacy/LTOModule.h
   40   struct NameAndAttributes {
include/llvm/MC/ConstantPools.h
   44 class ConstantPool {
include/llvm/MC/LaneBitmask.h
   39   struct LaneBitmask {
include/llvm/MC/MCAsmMacro.h
   23   enum TokenKind {
  142 struct MCAsmMacro {
include/llvm/MC/MCContext.h
  196     struct ELFSectionKey {
  215     struct COFFSectionKey {
  237     struct WasmSectionKey {
  256     struct XCOFFSectionKey {
include/llvm/MC/MCInst.h
  158 class MCInst {
include/llvm/MC/MCRegister.h
   22 class MCRegister {
include/llvm/MC/MCValue.h
   39 class MCValue {
include/llvm/MCA/Support.h
   50 class ResourceCycles {
include/llvm/Object/Archive.h
   87   class Child {
include/llvm/Object/MachO.h
   43 class DiceRef {
include/llvm/Object/ObjectFile.h
   81 class SectionRef {
include/llvm/Object/SymbolicFile.h
   34 union DataRefImpl {
include/llvm/Option/ArgList.h
  368 class InputArgList final : public ArgList {
include/llvm/ProfileData/GCOV.h
  409   struct GCOVCoverage {
include/llvm/ProfileData/InstrProf.h
  685 struct InstrProfRecord {
include/llvm/ProfileData/SampleProf.h
  179 struct LineLocation {
include/llvm/Support/ARMBuildAttributes.h
   32 enum AttrType {
include/llvm/Support/BinaryStreamReader.h
   31 class BinaryStreamReader {
include/llvm/Support/BinaryStreamRef.h
  200 struct BinarySubstreamRef {
include/llvm/Support/BinaryStreamWriter.h
   31 class BinaryStreamWriter {
include/llvm/Support/BlockFrequency.h
   24 class BlockFrequency {
include/llvm/Support/BranchProbability.h
   30 class BranchProbability {
include/llvm/Support/CodeGen.h
   22     enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
include/llvm/Support/ConvertUTF.h
  126 typedef enum {
include/llvm/Support/Error.h
  157 class LLVM_NODISCARD Error {
  324 class ErrorSuccess final : public Error {};
include/llvm/Support/FileCheck.h
   67 class FileCheckType {
include/llvm/Support/FormatAdapters.h
   75 class ErrorAdapter : public FormatAdapter<Error> {
include/llvm/Support/FormatVariadic.h
   46 struct ReplacementItem {
include/llvm/Support/JSON.h
  280 class Value {
include/llvm/Support/LowLevelTypeImpl.h
   39 class LLT {
include/llvm/Support/MachineValueType.h
   30   class MVT {
   32     enum SimpleValueType : uint8_t {
include/llvm/Support/MemoryBuffer.h
  261 class MemoryBufferRef {
include/llvm/Support/SMLoc.h
   23 class SMLoc {
   48 class SMRange {
include/llvm/Support/TypeSize.h
   23 class ElementCount {
include/llvm/Support/VersionTuple.h
   26 class VersionTuple {
include/llvm/Support/X86DisassemblerDecoderCommon.h
  397 enum OperandEncoding {
  441 enum OperandType {
include/llvm/Transforms/IPO/PassManagerBuilder.h
   65   enum ExtensionPointTy {
lib/Analysis/AliasAnalysisSummary.h
  111 struct InterfaceValue {
lib/Analysis/LoopAccessAnalysis.cpp
 2135 struct PointerBounds {
lib/Analysis/StratifiedSets.h
   32 struct StratifiedInfo {
lib/AsmParser/LLParser.h
   47   struct ValID {
lib/Bitcode/Writer/ValueEnumerator.h
   73   struct MDIndex {
lib/CodeGen/AggressiveAntiDepBreaker.h
   43     struct RegisterReference {
lib/CodeGen/AsmPrinter/AddressPool.h
   24   struct AddressPoolEntry {
lib/CodeGen/LiveDebugVariables.cpp
  100 class DbgValueLocation {
lib/CodeGen/MIRPrinter.cpp
   85 struct FrameIndexOperand {
lib/CodeGen/MachineBlockPlacement.cpp
  326   struct WeightedEdge {
 1146   struct TriangleChain {
lib/CodeGen/PeepholeOptimizer.cpp
  282   class ValueTrackerResult {
lib/DebugInfo/DWARF/DWARFContext.cpp
 1359 struct DWARFSectionMap final : public DWARFSection {
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.h
  129   class NormalizedSection {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
   87   enum class BinOpToken : unsigned {
   97   class EvalResult {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
  118 class RelocationEntry {
  191 class RelocationValueRef {
lib/MC/MCParser/AsmParser.cpp
  160   struct CppHashInfoTy {
lib/MC/WasmObjectWriter.cpp
   61 struct WasmSignature {
lib/Support/YAMLParser.cpp
   43 enum UnicodeEncodingForm {
lib/Target/AArch64/AArch64PromoteConstant.cpp
   95   struct PromotedConstant {
lib/Target/AArch64/AArch64StackTagging.cpp
  269   struct AllocaInfo {
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
   64 enum class RegKind {
lib/Target/AMDGPU/AMDGPUAsmPrinter.h
   42   struct SIFunctionResourceInfo {
lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.h
   40   struct FuncInfo {
lib/Target/AMDGPU/SIDefines.h
  193   enum : unsigned {
lib/Target/AMDGPU/SIMachineScheduler.h
   56 enum SIScheduleBlockLinkKind {
lib/Target/AMDGPU/SIMemoryLegalizer.cpp
   70 enum class SIAtomicScope {
   81 enum class SIAtomicAddrSpace {
lib/Target/ARM/ARMBaseInstrInfo.cpp
 4828 enum ARMExeDomain {
lib/Target/ARM/Utils/ARMBaseInfo.h
   30 enum CondCodes { // Meaning (integer)          Meaning (floating-point)
lib/Target/BPF/BPFAbstractMemberAccess.cpp
  117   struct CallInfo {
lib/Target/Hexagon/HexagonBitTracker.h
   61   struct ExtType {
lib/Target/Hexagon/HexagonBlockRanges.h
   44   class IndexType {
  122   class InstrIndexMap {
lib/Target/Hexagon/HexagonGenInsert.cpp
   91   struct RegisterSet : private BitVector {
  462   struct IFRecord {
lib/Target/Hexagon/HexagonGenMux.cpp
   91     struct CondsetInfo {
   99     struct DefUseInfo {
lib/Target/Hexagon/HexagonGenPredicate.cpp
   49   struct RegisterSubReg {
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h
  295 class PredicateInfo {
lib/Target/Hexagon/RDFRegisters.h
   71   struct RegisterRef {
  157   struct RegisterAggr {
lib/Target/Lanai/LanaiCondCode.h
   10 enum CondCode {
lib/Target/Mips/MipsInstrInfo.h
   49   enum BranchType {
lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h
   26   enum Predicate {
lib/Target/X86/AsmParser/X86AsmParser.cpp
  113   enum InfixCalculatorTok {
lib/Target/X86/MCTargetDesc/X86BaseInfo.h
   75   enum CondCode {
lib/Target/X86/X86WinAllocaExpander.cpp
   43   enum Lowering { TouchAndSub, Sub, Probe };
lib/Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h
   64   struct Info {
lib/Transforms/IPO/WholeProgramDevirt.cpp
  406 struct VTableSlotInfo {
lib/Transforms/Instrumentation/GCOVProfiling.cpp
  284   class GCOVBlock : public GCOVRecord {
lib/Transforms/ObjCARC/PtrState.h
   56 struct RRInfo {
  168 struct BottomUpPtrState : PtrState {
  189 struct TopDownPtrState : PtrState {
lib/Transforms/Scalar/ADCE.cpp
   85 struct BlockInfoType {
lib/Transforms/Scalar/GVNHoist.cpp
  163 enum : unsigned { InvalidVN = ~2U };
lib/Transforms/Scalar/LoopStrengthReduce.cpp
  208 class RegSortData {
lib/Transforms/Scalar/LoopUnswitch.cpp
  107     struct LoopProperties {
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  660 class BDVState {
lib/Transforms/Scalar/SCCP.cpp
   79 class LatticeVal {
lib/Transforms/Vectorize/LoopVectorize.cpp
 1088   enum InstWidening {
lib/Transforms/Vectorize/VPlan.h
  568 class VPRecipeBase : public ilist_node_with_parent<VPRecipeBase, VPBasicBlock> {
  986 class VPBasicBlock : public VPBlockBase {
lib/XRay/Profile.cpp
  319 struct StackEntry {
tools/clang/include/clang-c/Index.h
  473 typedef struct {
 1734 enum CXCursorKind {
tools/clang/include/clang/AST/BaseSubobject.h
   30 class BaseSubobject {
tools/clang/include/clang/AST/CXXInheritance.h
  280 class OverridingMethods {
tools/clang/include/clang/AST/CharUnits.h
   38   class CharUnits {
tools/clang/include/clang/AST/DeclAccessPair.h
   29 class DeclAccessPair {
tools/clang/include/clang/AST/DeclBase.h
   74 enum AvailabilityResult {
 1195 class DeclContextLookupResult {
tools/clang/include/clang/AST/DeclContextInternals.h
   34 struct StoredDeclsList {
tools/clang/include/clang/AST/DeclGroup.h
   51 class DeclGroupRef {
tools/clang/include/clang/AST/DeclarationName.h
  145 class DeclarationName {
tools/clang/include/clang/AST/GlobalDecl.h
   40 class GlobalDecl {
tools/clang/include/clang/AST/NestedNameSpecifier.h
  236 class NestedNameSpecifierLoc {
tools/clang/include/clang/AST/OperationKinds.h
   25 enum BinaryOperatorKind {
tools/clang/include/clang/AST/RawCommentList.h
   32   enum CommentKind {
tools/clang/include/clang/AST/RecordLayout.h
   40   struct VBaseInfo {
tools/clang/include/clang/AST/Type.h
  643 class QualType {
tools/clang/include/clang/AST/TypeLoc.h
  851 class AttributedTypeLoc : public ConcreteTypeLoc<UnqualTypeLoc,
tools/clang/include/clang/AST/VTableBuilder.h
  235   struct AddressPointLocation {
tools/clang/include/clang/Analysis/CloneDetection.h
   33 class StmtSequence {
tools/clang/include/clang/Basic/AttrSubjectMatchRules.h
   19 enum SubjectMatchRule {
tools/clang/include/clang/Basic/Diagnostic.h
  161   enum ArgumentKind {
  359     struct File {
tools/clang/include/clang/Basic/DiagnosticIDs.h
   98 class DiagnosticMapping {
tools/clang/include/clang/Basic/IdentifierTable.h
  672 class Selector {
tools/clang/include/clang/Basic/PartialDiagnostic.h
   35 class PartialDiagnostic {
tools/clang/include/clang/Basic/Sanitizers.h
   29 class SanitizerMask {
tools/clang/include/clang/Basic/SourceLocation.h
   38 class FileID {
   86 class SourceLocation {
  196 class SourceRange {
  345 class FullSourceLoc : public SourceLocation {
tools/clang/include/clang/Driver/Action.h
   84   enum OffloadKind {
tools/clang/include/clang/Driver/Types.h
   23   enum ID {
tools/clang/include/clang/Edit/EditedSource.h
   40   struct FileEdit {
tools/clang/include/clang/Edit/FileOffset.h
   18 class FileOffset {
tools/clang/include/clang/Frontend/VerifyDiagnosticConsumer.h
  277   class UnparsedFileStatus {
tools/clang/include/clang/Lex/DirectoryLookup.h
   31 class DirectoryLookup {
tools/clang/include/clang/Lex/HeaderSearch.h
  146 struct FrameworkCacheEntry {
tools/clang/include/clang/Lex/HeaderSearchOptions.h
   31 enum IncludeDirGroup {
tools/clang/include/clang/Lex/ModuleMap.h
  245   struct InferredDirectory {
tools/clang/include/clang/Lex/Preprocessor.h
  578   class MacroState {
  728   struct SubmoduleState {
tools/clang/include/clang/Rewrite/Core/RewriteBuffer.h
   25 class RewriteBuffer {
tools/clang/include/clang/Sema/Sema.h
  331 class Sema {
 3486   struct TypoExprState {
 7691     enum SynthesisKind {
tools/clang/include/clang/Sema/Weak.h
   24 class WeakInfo {
tools/clang/include/clang/Serialization/ASTReader.h
  527   enum class PendingFakeDefinitionKind { NotFake, Fake, FakeLoaded };
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
   75 class SVal {
  320 class Loc : public DefinedSVal {
  598 class MemRegionVal : public Loc {
tools/clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h
   25 struct NodeId {
tools/clang/include/clang/Tooling/CompilationDatabase.h
   43 struct CompileCommand {
tools/clang/include/clang/Tooling/Core/Replacement.h
  209 class Replacements {
tools/clang/include/clang/Tooling/Syntax/Nodes.h
   25 enum class NodeKind : uint16_t {
tools/clang/lib/ARCMigrate/TransformActions.cpp
   64   struct CharRange {
tools/clang/lib/AST/VTableBuilder.cpp
  827   struct MethodInfo {
 2403   struct MethodInfo {
tools/clang/lib/CodeGen/Address.h
   24 class Address {
tools/clang/lib/CodeGen/CGBlocks.cpp
   70 enum class BlockCaptureEntityKind {
tools/clang/lib/CodeGen/CGBlocks.h
  109 class BlockFieldFlags {
tools/clang/lib/CodeGen/CGExprScalar.cpp
  323   enum ImplicitConversionCheckKind : unsigned char {
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
  439   struct MappedVarData {
tools/clang/lib/CodeGen/CGValue.h
   38 class RValue {
  166 class LValue {
tools/clang/lib/CodeGen/CodeGenFunction.h
  174   struct saved_type {
tools/clang/lib/CodeGen/CodeGenModule.h
  102 struct OrderGlobalInits {
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
   37 struct VBTableGlobals {
tools/clang/lib/Driver/SanitizerArgs.cpp
   75 enum CoverageFeature {
tools/clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
   26   struct MangledSymbol {
tools/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
   31   struct IncludedFile {
tools/clang/lib/Sema/SemaChecking.cpp
12558   struct Usage {
tools/clang/lib/Sema/SemaOverload.cpp
 9682 enum OverloadCandidateKind {
 9695 enum OverloadCandidateSelect {
tools/clang/lib/Sema/SemaTemplate.cpp
 8337   enum DiscardReason { NotAFunctionTemplate, NotAMemberOfEnclosing };
tools/clang/lib/Serialization/GlobalModuleIndex.cpp
  392   struct ModuleFileInfo {
  402   struct ImportedModuleFileInfo {
tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  473 struct SNodeId {
tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
  582     enum EventType {
tools/clang/tools/extra/clang-tidy/abseil/DurationRewriter.h
   21 enum class DurationScale : std::uint8_t {
tools/clang/tools/extra/clang-tidy/utils/ExceptionAnalyzer.h
   40   class ExceptionInfo {
tools/clang/tools/extra/clangd/Context.h
   69 class Context {
tools/clang/tools/extra/clangd/FindTarget.h
   84 struct ReferenceLoc {
  141 class DeclRelationSet {
tools/clang/tools/extra/clangd/Protocol.h
  343 enum class OffsetEncoding {
 1038 struct SignatureInformation {
tools/clang/tools/extra/clangd/Quality.h
   57 struct SymbolQualitySignals {
   87 struct SymbolRelevanceSignals {
  195 struct SignatureQualitySignals {
tools/clang/tools/extra/clangd/Selection.h
   65 class SelectionTree {
tools/clang/tools/extra/clangd/SourceCode.h
  210 struct Edit {
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
  177 class SymbolSlab {
tools/clang/tools/extra/clangd/index/SymbolID.h
   31 class SymbolID {
tools/clang/tools/extra/clangd/index/dex/Iterator.h
   54 class Iterator {
tools/clang/utils/TableGen/ClangAttrEmitter.cpp
 3905 class SpellingList {
tools/clang/utils/TableGen/NeonEmitter.cpp
  116 class TypeSpec : public std::string {
  139 class Type {
 2137   struct OverloadInfo {
tools/dsymutil/DebugMap.h
  139   struct SymbolMapping {
tools/dsymutil/LinkUtils.h
   34 struct LinkOptions {
tools/lld/ELF/Config.h
   29 enum ELFKind {
   38 enum class BuildIdKind { None, Fast, Md5, Sha1, Hexstring, Uuid };
tools/lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp
   34 struct CompactUnwindEntry {
tools/lldb/include/lldb/Core/Disassembler.h
  180   struct Operand {
tools/lldb/include/lldb/Core/UniqueCStringMap.h
   28   struct Entry {
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 };
  127 class MemoryRegionInfos : public std::vector<lldb_private::MemoryRegionInfo> {
tools/lldb/include/lldb/Target/UnixSignals.h
   98   struct Signal {
tools/lldb/include/lldb/Utility/ConstString.h
   39 class ConstString {
tools/lldb/include/lldb/Utility/FileSpec.h
   55 class FileSpec {
tools/lldb/include/lldb/Utility/Listener.h
  100   struct BroadcasterInfo {
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  435   struct SignatureStr {
tools/lldb/include/lldb/Utility/Status.h
   44 class Status {
tools/lldb/include/lldb/lldb-enumerations.h
   73 enum StateType {
  135 enum ByteOrder {
tools/lldb/include/lldb/lldb-private-enumerations.h
   59 enum Vote { eVoteNo = -1, eVoteNoOpinion = 0, eVoteYes = 1 };
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h
  117   class ParserVars {
  161   struct JITVars {
tools/lldb/source/Plugins/Process/Utility/AuxVector.h
   25   enum EntryType {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
   63   enum class PacketResult {
tools/lldb/source/Plugins/SymbolFile/DWARF/DIERef.h
   26 class DIERef {
   28   enum Section : uint8_t { DebugInfo, DebugTypes };
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.h
   91 class PdbSymUid {
tools/llvm-dwp/llvm-dwp.cpp
  200 struct UnitIndexEntry {
tools/llvm-exegesis/lib/BenchmarkResult.h
   43 struct BenchmarkMeasure {
   96 class PerInstructionStats {
tools/llvm-mca/Views/BottleneckAnalysis.h
  122   struct InstructionPressureInfo {
tools/llvm-pdbutil/LinePrinter.cpp
  130 struct Run {
tools/llvm-xray/xray-stacks.cpp
  115 struct format_xray_record : public FormatAdapter<XRayRecord> {
tools/opt/Debugify.h
   29 struct DebugifyStatistics {
tools/polly/include/polly/ScopDetection.h
   79 struct MemAcc {
  120   struct DetectionContext {
tools/polly/include/polly/ScopInfo.h
   93 enum class MemoryKind {
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 1219 class map {
 1929 class pw_aff {
 2092 class pw_multi_aff {
 2626 class set {
 3040 class union_map {
tools/sancov/sancov.cpp
  147 struct CoveragePoint {
unittests/ADT/AnyTest.cpp
  130   struct TestType {
unittests/ADT/DenseMapTest.cpp
   34 class CtorTester {
unittests/ADT/HashingTest.cpp
   32 struct NonPOD {
unittests/ADT/ScopeExitTest.cpp
   17   struct Callable {
unittests/ADT/StringMapTest.cpp
  318 struct StringMapTestStruct {
  337 struct MoveOnly {
  388 struct Countable {
unittests/ADT/TwineTest.cpp
  104   struct formatter : FormatAdapter<int> {
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
   19 class RPCFoo {};
   47 class RPCBar {};
unittests/Support/FormatVariadicTest.cpp
   18 struct Format : public FormatAdapter<int> {
   34 struct NoFormat {};
  595   class Negative : public FormatAdapter<int> {
  650 struct Recorder {
  676 struct X {};
unittests/XRay/GraphTest.cpp
   19 struct VAttr {
   22 struct EAttr {
usr/include/c++/7.4.0/bits/stl_iterator_base_types.h
   89   struct input_iterator_tag { };
   95   struct forward_iterator_tag : public input_iterator_tag { };
   99   struct bidirectional_iterator_tag : public forward_iterator_tag { };
usr/include/c++/7.4.0/future
  137   enum class launch
usr/include/c++/7.4.0/type_traits
 2102   template<typename _Up>
utils/TableGen/AsmWriterInst.h
   26   struct AsmWriterOperand {
utils/TableGen/CodeGenDAGPatterns.h
   55 struct MachineValueTypeSet {
  449 class SDNodeInfo {
 1015 class DAGInstruction {
utils/TableGen/CodeGenHwModes.h
   34   struct HwModeSelect {
utils/TableGen/CodeGenInstruction.h
  316   class CodeGenInstAlias {
utils/TableGen/CodeGenIntrinsics.h
  142   enum ArgAttribute {
utils/TableGen/CodeGenRegisters.h
  449     struct Key {
utils/TableGen/GlobalISelEmitter.cpp
 1061   enum PredicateKind {
utils/TableGen/InfoByHwMode.h
   35 enum : unsigned {
utils/unittest/googletest/include/gtest/internal/gtest-internal.h
  504 struct CodeLocation {