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

Definitions

include/llvm/ADT/Optional.h
   35 template <typename T, bool = is_trivially_copyable<T>::value>
include/llvm/Analysis/LazyCallGraph.h
  186   class EdgeSequence {
include/llvm/Analysis/MemorySSAUpdater.h
   70 class MemorySSAUpdater {
include/llvm/Analysis/TargetTransformInfo.h
  108 class TargetTransformInfo {
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/ExecutionEngine/Orc/JITTargetMachineBuilder.h
   31 class JITTargetMachineBuilder {
include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h
   42 struct DebugHSection {
include/llvm/Passes/PassBuilder.h
   33 struct PGOOptions {
include/llvm/Remarks/RemarkParser.h
   59 struct ParsedStringTable {
include/llvm/Remarks/RemarkStringTable.h
   35 struct StringTable {
include/llvm/Support/CodeGenCoverage.h
   20 class CodeGenCoverage {
include/llvm/Support/Error.h
  157 class LLVM_NODISCARD Error {
include/llvm/Support/JSON.h
  280 class Value {
include/llvm/Support/Regex.h
   27   class Regex {
lib/Analysis/CFLAndersAliasAnalysis.cpp
  322 class CFLAndersAAResult::FunctionInfo {
lib/Analysis/CFLSteensAliasAnalysis.cpp
   71 class CFLSteensAAResult::FunctionInfo {
lib/Bitcode/Reader/MetadataLoader.h
   35 class MetadataLoader {
lib/MC/MCDwarf.cpp
   49 class llvm::MCDwarfLineStr {
lib/Support/VirtualFileSystem.cpp
  276   struct WorkingDirectory {
lib/Target/AMDGPU/SIMachineFunctionInfo.h
  118 struct SIArgument {
  186 struct SIArgumentInfo {
lib/Transforms/Utils/Local.cpp
 2636 struct BitPart {
tools/clang/include/clang/Basic/Diagnostic.h
   66 class FixItHint {
tools/clang/include/clang/Driver/Multilib.h
   28 class Multilib {
tools/clang/include/clang/Frontend/PrecompiledPreamble.h
   49 class PrecompiledPreamble {
  132   class TempPCHFile {
tools/clang/include/clang/Sema/DeclSpec.h
   63 class CXXScopeSpec {
tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  165   struct TaintPropagationRule {
tools/clang/tools/extra/clang-doc/Representation.h
  209 struct Location {
tools/clang/tools/extra/clangd/Diagnostics.h
   84 struct Diag : DiagBase {
tools/clang/tools/extra/clangd/FindTarget.h
   84 struct ReferenceLoc {
tools/clang/tools/extra/clangd/IncludeFixer.h
   58   struct UnresolvedName {
tools/clang/tools/extra/clangd/ParsedAST.h
   46 class ParsedAST {
tools/clang/tools/extra/clangd/Protocol.h
   73 struct URIForFile {
  202 struct TextEdit {
  713 struct WorkspaceEdit {
  727 struct TweakArgs {
tools/clang/tools/extra/clangd/XRefs.h
   60 struct HoverInfo {
tools/clang/tools/extra/clangd/index/Background.h
   70   struct Task {
tools/clang/tools/extra/clangd/index/Index.h
   26 struct FuzzyFindRequest {
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/lldb/include/lldb/Core/FileSpecList.h
   26 class FileSpecList {
tools/lldb/include/lldb/Expression/DWARFExpression.h
   35 class DWARFExpression {
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/minidump/MinidumpParser.h
   50 class MinidumpParser {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
   85   class ScopedExtractDIEs {
tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.h
   30 class ProcessInfo : public Parser<ProcessInfo> {
tools/llvm-pdbutil/PdbYaml.h
   38 struct MSFHeaders {
   55 struct PdbInfoStream {
   64 struct PdbModiStream {
   77 struct PdbDbiStream {
   89 struct PdbTpiStream {
   94 struct PdbPublicsStream {
unittests/ADT/OptionalTest.cpp
  238 struct MoveOnly {