struct derived

Declaration

struct derived : public base { /* full declaration omitted */ };

Declared at: llvm/unittests/Support/Casting.cpp:46

Inherits from: base

Method Overview

  • public static bool classof(const llvm::base * B)

Inherited from base:

    Methods

    ΒΆstatic bool classof(const llvm::base* B)

    Declared at: llvm/unittests/Support/Casting.cpp:47

    Parameters

    const llvm::base* B