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

Definitions

include/llvm/ADT/APInt.h
   69 class LLVM_NODISCARD APInt {
include/llvm/ADT/Optional.h
   35 template <typename T, bool = is_trivially_copyable<T>::value>
include/llvm/Bitstream/BitstreamReader.h
   37 class BitstreamBlockInfo {
include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
  280   class Entry final : public DWARFAcceleratorTable::Entry {
include/llvm/DebugInfo/GSYM/InlineInfo.h
   58 struct InlineInfo {
include/llvm/DebugInfo/GSYM/LineTable.h
  118 class LineTable {
include/llvm/Passes/PassBuilder.h
   33 struct PGOOptions {
include/llvm/Remarks/RemarkStringTable.h
   35 struct StringTable {
include/llvm/Support/CodeGenCoverage.h
   20 class CodeGenCoverage {
lib/Target/AMDGPU/SIMachineFunctionInfo.h
  118 struct SIArgument {
lib/Transforms/Utils/Local.cpp
 2636 struct BitPart {
tools/clang/include/clang/AST/ASTImporter.h
   50   class ImportError : public llvm::ErrorInfo<ImportError> {
tools/clang/include/clang/Basic/LangOptions.h
   49 class LangOptions : public LangOptionsBase {
tools/clang/include/clang/Format/Format.h
   49 struct FormatStyle {
tools/clang/include/clang/Tooling/CompilationDatabase.h
   43 struct CompileCommand {
tools/clang/lib/Driver/ToolChains/Darwin.cpp
 1250 struct DarwinPlatform {
tools/clang/tools/extra/clang-doc/Representation.h
  209 struct Location {
tools/clang/tools/extra/clangd/ExpectedTypes.h
   34 class OpaqueType {
tools/clang/tools/extra/clangd/Protocol.h
   73 struct URIForFile {
  182 struct Location {
  202 struct TextEdit {
  713 struct WorkspaceEdit {
  727 struct TweakArgs {
 1129 struct TypeHierarchyItem {
tools/lldb/include/lldb/Expression/DWARFExpression.h
   35 class DWARFExpression {
tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.h
   30 class ProcessInfo : public Parser<ProcessInfo> {
tools/llvm-objcopy/ELF/ELFConfig.h
   33 struct ELFCopyConfig {
unittests/ADT/OptionalTest.cpp
  238 struct MoveOnly {