struct APValue::LV

Declaration

struct APValue::LV : public LVBase { /* full declaration omitted */ };

Declared at: clang/lib/AST/APValue.cpp:221

Inherits from: LVBase

Member Variables

public anonymous struct / union
public static const unsigned int InlinePathSpace = (DataSize - sizeof((anonymous namespace)::LVBase)) / sizeof(clang::APValue::LValuePathEntry)

Method Overview

  • public LV()
  • public clang::APValue::LValuePathEntry * getPath()
  • public const clang::APValue::LValuePathEntry * getPath() const
  • public bool hasPath() const
  • public bool hasPathPtr() const
  • public void resizePath(unsigned int Length)
  • public ~LV()

Methods

LV()

Declared at: clang/lib/AST/APValue.cpp:233

clang::APValue::LValuePathEntry* getPath()

Declared at: clang/lib/AST/APValue.cpp:249

const clang::APValue::LValuePathEntry* getPath()
    const

Declared at: clang/lib/AST/APValue.cpp:250

bool hasPath() const

Declared at: clang/lib/AST/APValue.cpp:246

bool hasPathPtr() const

Declared at: clang/lib/AST/APValue.cpp:247

void resizePath(unsigned int Length)

Declared at: clang/lib/AST/APValue.cpp:236

Parameters

unsigned int Length

~LV()

Declared at: clang/lib/AST/APValue.cpp:234