|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Definitions
include/llvm/Analysis/MemorySSA.h 247 class MemoryUseOrDef : public MemoryAccess {
481 class MemoryPhi final : public MemoryAccess {
include/llvm/CodeGen/SelectionDAGNodes.h 494 class SDNode : public FoldingSetNode, public ilist_node<SDNode> {
include/llvm/DebugInfo/DWARF/DWARFUnit.h 193 class DWARFUnit {
include/llvm/DebugInfo/PDB/PDBSymbol.h 73 class PDBSymbol {
include/llvm/IR/Constant.h 41 class Constant : public User {
include/llvm/IR/DebugInfoMetadata.h 118 class DINode : public MDNode {
399 class DIScope : public DINode {
583 class DIType : public DIScope {
include/llvm/IR/GlobalObject.h 30 class GlobalObject : public GlobalValue {
include/llvm/IR/GlobalValue.h 44 class GlobalValue : public Constant {
include/llvm/IR/InstrTypes.h 2134 class FuncletPadInst : public Instruction {
include/llvm/IR/Instruction.h 43 class Instruction : public User,
include/llvm/IR/Instructions.h 2546 class PHINode : public Instruction {
include/llvm/IR/Metadata.h 57 class Metadata {
863 class MDNode : public Metadata {
include/llvm/IR/ModuleSummaryIndex.h 279 class GlobalValueSummary {
include/llvm/IR/Type.h 46 class Type {
include/llvm/IR/User.h 44 class User : public Value {
include/llvm/IR/Value.h 74 class Value {
include/llvm/MC/MCFragment.h 30 class MCFragment : public ilist_node_with_parent<MCFragment, MCSection> {
include/llvm/MC/MCSymbol.h 41 class MCSymbol {
include/llvm/Object/Binary.h 32 class Binary {
include/llvm/ObjectYAML/ELFYAML.h 133 struct Section {
include/llvm/Support/Casting.h 365 template <class X, class Y>
include/llvm/Support/YAMLParser.h 113 class Node {
include/llvm/Support/YAMLTraits.h 1437 class HNode {
include/llvm/TableGen/Record.h 287 class Init {
lib/Transforms/Vectorize/VPlan.h 568 class VPRecipeBase : public ilist_node_with_parent<VPRecipeBase, VPBasicBlock> {
tools/clang/include/clang/AST/Decl.h 249 class NamedDecl : public Decl {
645 class ValueDecl : public NamedDecl {
828 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
1785 class FunctionDecl : public DeclaratorDecl,
2650 class FieldDecl : public DeclaratorDecl, public Mergeable<FieldDecl> {
3140 class TagDecl : public TypeDecl,
tools/clang/include/clang/AST/DeclBase.h 88 class alignas(8) Decl {
1271 class DeclContext {
tools/clang/include/clang/AST/DeclCXX.h 255 class CXXRecordDecl : public RecordDecl {
2365 class CXXConstructorDecl final
tools/clang/include/clang/AST/DeclObjC.h 2424 class ObjCImplDecl : public ObjCContainerDecl {
tools/clang/include/clang/AST/DeclTemplate.h 387 class TemplateDecl : public NamedDecl {
tools/clang/include/clang/AST/Expr.h 108 class Expr : public ValueStmt {
tools/clang/include/clang/AST/ExternalASTSource.h 62 class ExternalASTSource : public RefCountedBase<ExternalASTSource> {
tools/clang/include/clang/AST/Stmt.h 66 class alignas(void *) Stmt {
tools/clang/include/clang/AST/Type.h 1436 class alignas(8) Type : public ExtQualsTypeCommonBase {
4783 class DeducedType : public Type {
4823 class AutoType : public DeducedType, public llvm::FoldingSetNode {
tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h 277 class SExpr {
tools/clang/include/clang/Lex/MacroInfo.h 290 class MacroDirective {
tools/clang/lib/CodeGen/CodeGenFunction.h 346 class CGCapturedStmtInfo {
tools/lld/COFF/Chunks.h 55 class Chunk {
180 class SectionChunk final : public Chunk {
tools/lld/COFF/Symbols.h 45 class Symbol {
tools/lld/ELF/InputFiles.h 58 class InputFile {
tools/lld/ELF/InputSection.h 40 class SectionBase {
tools/lld/ELF/Symbols.h 56 class Symbol {
tools/lld/lib/ReaderWriter/MachO/DebugInfo.h 23 class DebugInfo {
tools/lldb/include/lldb/Symbol/DeclVendor.h 20 class DeclVendor {
tools/lldb/include/lldb/Symbol/ObjectFile.h 58 class ObjectFile : public std::enable_shared_from_this<ObjectFile>,
tools/lldb/include/lldb/Symbol/TypeSystem.h 53 class TypeSystem : public PluginInterface {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h 34 class ObjCLanguageRuntime : public LanguageRuntime {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h 71 class DWARFUnit : public lldb_private::UserID {
unittests/Support/Casting.cpp 25 struct bar {