struct ObjCInstanceVariableRecord

Declaration

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

Description

This holds information associated with Objective-C instance variables.

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

Inherits from: APIRecord

Member Variables

public clang::extractapi::ObjCInstanceVariableRecord:: AccessControl Access

Inherited from APIRecord:

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

Method Overview

  • public ObjCInstanceVariableRecord(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::ObjCInstanceVariableRecord::AccessControl Access)
  • private virtual void anchor()
  • public static bool classof(const clang::extractapi::APIRecord * Record)

Inherited from APIRecord:

Methods

ObjCInstanceVariableRecord(
    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::
        ObjCInstanceVariableRecord::AccessControl
            Access)

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

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::ObjCInstanceVariableRecord:: AccessControl Access

virtual void anchor()

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

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

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

Parameters

const clang::extractapi::APIRecord* Record