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

Definitions

include/llvm/ADT/None.h
   22 enum class NoneType { None = 1 };
include/llvm/ADT/StringRef.h
   54   class StringRef {
include/llvm/CodeGen/DwarfStringPoolEntry.h
   20 struct DwarfStringPoolEntry {
include/llvm/CodeGen/MachineMemOperand.h
  129   enum Flags : uint16_t {
include/llvm/ExecutionEngine/JITSymbol.h
  190 class JITEvaluatedSymbol {
include/llvm/IR/Comdat.h
   31 class Comdat {
include/llvm/IR/GlobalValue.h
   47   enum LinkageTypes {
include/llvm/LTO/legacy/LTOModule.h
   40   struct NameAndAttributes {
include/llvm/MC/MCAsmMacro.h
  142 struct MCAsmMacro {
include/llvm/Support/StringPool.h
   45     struct PooledString {
include/llvm/Support/VirtualFileSystem.h
   45 class Status {
tools/clang/include/clang/AST/GlobalDecl.h
   40 class GlobalDecl {
tools/clang/include/clang/Basic/SourceLocation.h
   86 class SourceLocation {
tools/clang/include/clang/Basic/TokenKinds.h
   24 enum TokenKind : unsigned short {
tools/clang/include/clang/Format/Format.h
   49 struct FormatStyle {
tools/clang/include/clang/Lex/HeaderSearch.h
  146 struct FrameworkCacheEntry {
tools/clang/include/clang/Serialization/InMemoryModuleCache.h
   31   struct PCM {
tools/clang/include/clang/Tooling/Core/Replacement.h
  209 class Replacements {
tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  327   struct Marker {
tools/clang/tools/extra/clang-tidy/abseil/DurationRewriter.h
   21 enum class DurationScale : std::uint8_t {
tools/clang/tools/extra/clangd/FileDistance.h
   63 struct SourceParams {
tools/clang/tools/extra/clangd/SourceCode.h
  210 struct Edit {
tools/clang/tools/extra/clangd/index/Symbol.h
  177 class SymbolSlab {
tools/clang/unittests/AST/ASTImporterTest.cpp
  160   struct CodeEntry {
tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
  642   struct DiagText {
tools/dsymutil/DebugMap.h
  139   struct SymbolMapping {
tools/llvm-objcopy/CopyConfig.h
   41 struct MachineInfo {
tools/llvm-rc/ResourceScriptStmt.h
  628   struct CtlInfo {
  790     enum VersionInfoFixedType {
unittests/ADT/StringMapTest.cpp
  283   struct A : CountCopyAndMove {
  318 struct StringMapTestStruct {
  332 struct Immovable {
  337 struct MoveOnly {
  388 struct Countable {
  434 struct CountCtorCopyAndMove {