struct GlobalFunctionRecord

Declaration

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

Description

This holds information associated with global functions.

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

Inherits from: APIRecord

Member Variables

public clang::extractapi::FunctionSignature Signature

Inherited from APIRecord:

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

Method Overview

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

Inherited from APIRecord:

Methods

GlobalFunctionRecord(
    llvm::StringRef USR,
    llvm::StringRef Name,
    clang::PresumedLoc Loc,
    const clang::extractapi::AvailabilityInfo&
        Availability,
    clang::LinkageInfo Linkage,
    const clang::extractapi::DocComment& Comment,
    clang::extractapi::DeclarationFragments
        Declaration,
    clang::extractapi::DeclarationFragments
        SubHeading,
    clang::extractapi::FunctionSignature
        Signature)

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

Parameters

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

virtual void anchor()

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

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

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

Parameters

const clang::extractapi::APIRecord* Record