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 {
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/DenseSet.h
  105   class Iterator {
include/llvm/ADT/FoldingSet.h
  305 class FoldingSetNodeID {
include/llvm/ADT/StringRef.h
   54   class StringRef {
include/llvm/Analysis/LazyCallGraph.h
  196     class iterator
  227     class call_iterator
include/llvm/BinaryFormat/Dwarf.h
   70 enum DwarfFormat : uint8_t { DWARF32, DWARF64 };
include/llvm/CodeGen/ISDOpcodes.h
   38   enum NodeType {
 1020   enum CondCode {
include/llvm/CodeGen/Register.h
   19 class Register {
include/llvm/CodeGen/SelectionDAGNodes.h
  123 class SDValue {
include/llvm/CodeGen/SlotIndexes.h
   83   class SlotIndex {
include/llvm/CodeGen/ValueTypes.h
   33   struct EVT {
include/llvm/DebugInfo/CodeView/TypeIndex.h
   95 class TypeIndex {
include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h
   19 enum class TiRefKind { TypeRef, IndexRef };
include/llvm/Demangle/MicrosoftDemangleNodes.h
   35 enum Qualifiers : uint8_t {
   55 enum class PointerAffinity { None, Pointer, Reference, RValueReference };
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/CallSite.h
  672 class CallSite : public CallSiteBase<Function, BasicBlock, Value, User, Use,
include/llvm/IR/Comdat.h
   33   enum SelectionKind {
include/llvm/IR/DebugLoc.h
   33   class DebugLoc {
include/llvm/IR/DerivedTypes.h
  170 class FunctionCallee {
include/llvm/IR/InstrTypes.h
  732   enum Predicate {
include/llvm/IR/User.h
  245   struct value_op_iterator
include/llvm/MC/MCAsmMacro.h
   23   enum TokenKind {
include/llvm/MC/MCValue.h
   39 class MCValue {
include/llvm/Option/ArgList.h
  368 class InputArgList final : public ArgList {
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/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/FileCheck.h
   67 class FileCheckType {
include/llvm/Support/FormatVariadic.h
   46 struct ReplacementItem {
include/llvm/Support/VersionTuple.h
   26 class VersionTuple {
lib/CodeGen/MachineBlockPlacement.cpp
  326   struct WeightedEdge {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
   87   enum class BinOpToken : unsigned {
   97   class EvalResult {
lib/Target/AArch64/Utils/AArch64BaseInfo.h
  235 enum CondCode {  // Meaning (integer)          Meaning (floating-point)
lib/Target/AMDGPU/SIMemoryLegalizer.cpp
   70 enum class SIAtomicScope {
   81 enum class SIAtomicAddrSpace {
lib/Target/X86/MCTargetDesc/X86BaseInfo.h
   75   enum CondCode {
lib/Transforms/Scalar/LoopUnswitch.cpp
  403 enum OperatorChain {
tools/clang/include/clang/AST/CharUnits.h
   38   class CharUnits {
tools/clang/include/clang/AST/DeclBase.h
   74 enum AvailabilityResult {
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
  137 class Qualifiers {
  643 class QualType {
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 {
tools/clang/include/clang/Edit/EditedSource.h
   51   struct MacroArgUse {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
   75 class SVal {
tools/clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h
   25 struct NodeId {
tools/clang/include/clang/Tooling/CompilationDatabase.h
   43 struct CompileCommand {
tools/clang/lib/CodeGen/Address.h
   24 class Address {
tools/clang/lib/CodeGen/CGValue.h
  166 class LValue {
tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  473 struct SNodeId {
tools/dsymutil/CompileUnit.h
   29 struct PatchLocation {
tools/lld/ELF/Config.h
   29 enum ELFKind {
   38 enum class BuildIdKind { None, Fast, Md5, Sha1, Hexstring, Uuid };
tools/lldb/include/lldb/Core/Disassembler.h
  180   struct Operand {
tools/lldb/include/lldb/Target/MemoryRegionInfo.h
  127 class MemoryRegionInfos : public std::vector<lldb_private::MemoryRegionInfo> {
tools/lldb/include/lldb/Utility/ConstString.h
   39 class ConstString {
tools/lldb/include/lldb/Utility/FileSpec.h
   55 class FileSpec {
tools/llvm-pdbutil/LinePrinter.cpp
  130 struct Run {
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 1219 class map {
 3040 class union_map {
usr/include/c++/7.4.0/bits/std_mutex.h
   86   class mutex : private __mutex_base
usr/include/c++/7.4.0/mutex
   93   class recursive_mutex : private __recursive_mutex_base
usr/include/c++/7.4.0/tuple
 1587   template<typename... _Elements>