struct ObjCMethodRecord

Declaration

struct ObjCMethodRecord : public APIRecord { /* full declaration omitted */ };

Description

This holds information associated with Objective-C methods.

Declared at: clang/include/clang/ExtractAPI/API.h:291

Inherits from: APIRecord

Member Variables

public clang::extractapi::FunctionSignature Signature
public bool IsInstanceMethod

Inherited from APIRecord:

public USR
public Name
public Location
public Availability
public Linkage
public Comment
public Declaration
public SubHeading

Method Overview

  • public ObjCMethodRecord(llvm::StringRef USR, llvm::StringRef Name, clang::PresumedLoc Loc, const clang::extractapi::AvailabilityInfo & Availability, const clang::extractapi::DocComment & Comment, clang::extractapi::DeclarationFragments Declaration, clang::extractapi::DeclarationFragments SubHeading, clang::extractapi::FunctionSignature Signature, bool IsInstanceMethod)
  • private virtual void anchor()
  • public static bool classof(const clang::extractapi::APIRecord * Record)

Inherited from APIRecord:

Methods

ObjCMethodRecord(
    llvm::StringRef USR,
    llvm::StringRef Name,
    clang::PresumedLoc Loc,
    const clang::extractapi::AvailabilityInfo&
        Availability,
    const clang::extractapi::DocComment& Comment,
    clang::extractapi::DeclarationFragments
        Declaration,
    clang::extractapi::DeclarationFragments
        SubHeading,
    clang::extractapi::FunctionSignature
        Signature,
    bool IsInstanceMethod)

Declared at: clang/include/clang/ExtractAPI/API.h:295

Parameters

llvm::StringRef USR
llvm::StringRef Name
clang::PresumedLoc Loc
const clang::extractapi::AvailabilityInfo& Availability
const clang::extractapi::DocComment& Comment
clang::extractapi::DeclarationFragments Declaration
clang::extractapi::DeclarationFragments SubHeading
clang::extractapi::FunctionSignature Signature
bool IsInstanceMethod

virtual void anchor()

Declared at: clang/include/clang/ExtractAPI/API.h:309

static bool classof(
    const clang::extractapi::APIRecord* Record)

Declared at: clang/include/clang/ExtractAPI/API.h:304

Parameters

const clang::extractapi::APIRecord* Record