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

Definitions

gen/tools/clang/include/clang/AST/Attrs.inc
 8737   enum MapTypeTy {
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/FoldingSet.h
  305 class FoldingSetNodeID {
include/llvm/ADT/None.h
   22 enum class NoneType { None = 1 };
include/llvm/ADT/StringRef.h
   54   class StringRef {
include/llvm/BinaryFormat/Dwarf.h
   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
   23 enum : uint32_t {
include/llvm/Bitcode/BitcodeReader.h
   57   class BitcodeModule {
include/llvm/CodeGen/Register.h
   19 class Register {
include/llvm/CodeGen/SelectionDAGNodes.h
  123 class SDValue {
include/llvm/DebugInfo/CodeView/Formatters.h
   27 class GuidAdapter final : public FormatAdapter<ArrayRef<uint8_t>> {
include/llvm/DebugInfo/CodeView/TypeIndex.h
   95 class TypeIndex {
include/llvm/DebugInfo/PDB/PDBTypes.h
  241 enum class PDB_SymType {
include/llvm/ExecutionEngine/JITLink/MachO_arm64.h
   23 enum MachOARM64RelocationKind : Edge::Kind {
include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h
   23 enum MachOX86RelocationKind : Edge::Kind {
include/llvm/IR/DebugLoc.h
   33   class DebugLoc {
include/llvm/IR/ValueHandle.h
  181 class WeakTrackingVH : public ValueHandleBase {
include/llvm/MC/MCValue.h
   39 class MCValue {
include/llvm/ProfileData/SampleProf.h
  179 struct LineLocation {
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/Error.h
  157 class LLVM_NODISCARD Error {
include/llvm/Support/FileSystem.h
   86 enum perms {
  134 class UniqueID {
include/llvm/Support/FormatAdapters.h
   75 class ErrorAdapter : public FormatAdapter<Error> {
include/llvm/Support/MachineValueType.h
   30   class MVT {
include/llvm/Support/SMLoc.h
   23 class SMLoc {
include/llvm/Support/VersionTuple.h
   26 class VersionTuple {
include/llvm/Transforms/Scalar/ConstantHoisting.h
   70 struct ConstantUser {
lib/MC/MCParser/AsmParser.cpp
  160   struct CppHashInfoTy {
lib/Target/AArch64/Utils/AArch64BaseInfo.h
  235 enum CondCode {  // Meaning (integer)          Meaning (floating-point)
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  132   enum ImmTy {
lib/Target/AMDGPU/SIMemoryLegalizer.cpp
   70 enum class SIAtomicScope {
   81 enum class SIAtomicAddrSpace {
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h
  295 class PredicateInfo {
tools/clang/include/clang/AST/ASTTypeTraits.h
   57 class ASTNodeKind {
tools/clang/include/clang/AST/CharUnits.h
   38   class CharUnits {
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/NestedNameSpecifier.h
  236 class NestedNameSpecifierLoc {
tools/clang/include/clang/AST/OperationKinds.h
   25 enum BinaryOperatorKind {
tools/clang/include/clang/AST/Type.h
  643 class QualType {
tools/clang/include/clang/Analysis/ConstructionContext.h
   30   enum ItemKind {
tools/clang/include/clang/Basic/IdentifierTable.h
  672 class Selector {
tools/clang/include/clang/Basic/OpenMPKinds.h
   93 enum OpenMPMapClauseKind {
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/Compilation.h
   83   struct TCArgsKey final {
tools/clang/include/clang/Sema/Sema.h
 1454   class PoppedFunctionScopeDeleter {
tools/clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h
   25 struct NodeId {
tools/clang/lib/CodeGen/Address.h
   24 class Address {
tools/clang/lib/CodeGen/CodeGenFunction.h
  174   struct saved_type {
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/clangd/Context.h
   69 class Context {
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/dsymutil/CompileUnit.h
   29 struct PatchLocation {
tools/dsymutil/LinkUtils.h
   34 struct LinkOptions {
tools/lld/COFF/Writer.cpp
  171 class PartialSectionKey {
tools/lld/ELF/Config.h
   29 enum ELFKind {
tools/lldb/include/lldb/Utility/ConstString.h
   39 class ConstString {
tools/lldb/include/lldb/Utility/FileSpec.h
   55 class FileSpec {
tools/lldb/source/Plugins/Process/Linux/ProcessorTrace.h
   44   class munmap_delete {
tools/llvm-cov/CoverageViewOptions.h
   19 struct CoverageViewOptions {
tools/llvm-profdata/llvm-profdata.cpp
  177 struct WeightedFile {
tools/llvm-xray/xray-account.cpp
  224 struct ResultRow {
tools/llvm-xray/xray-stacks.cpp
  115 struct format_xray_record : public FormatAdapter<XRayRecord> {
tools/polly/include/polly/ScopInfo.h
  473   enum ReductionType {
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 1219 class map {
 3040 class union_map {
unittests/ADT/DenseMapTest.cpp
   34 class CtorTester {
unittests/ADT/TwineTest.cpp
  104   struct formatter : FormatAdapter<int> {
unittests/Support/FormatVariadicTest.cpp
   18 struct Format : public FormatAdapter<int> {
  595   class Negative : public FormatAdapter<int> {
usr/include/c++/7.4.0/bits/stl_bvector.h
  300   struct _Bit_const_iterator : public _Bit_iterator_base
utils/TableGen/CodeGenDAGPatterns.h
   55 struct MachineValueTypeSet {
utils/TableGen/FastISelEmitter.cpp
   87 struct OperandsSignature {
utils/TableGen/GlobalISelEmitter.cpp
 1061   enum PredicateKind {