class CFGNewAllocator

Declaration

class CFGNewAllocator : public CFGElement { /* full declaration omitted */ };

Description

Represents C++ allocator call.

Declared at: clang/include/clang/Analysis/CFG.h:246

Inherits from: CFGElement

Member Variables

Inherited from CFGElement:

protected Data1
protected Data2

Method Overview

Inherited from CFGElement:

Methods

CFGNewAllocator(const clang::CXXNewExpr* S)

Declared at: clang/include/clang/Analysis/CFG.h:248

Parameters

const clang::CXXNewExpr* S

CFGNewAllocator()

Declared at: clang/include/clang/Analysis/CFG.h:259

const clang::CXXNewExpr* getAllocatorExpr() const

Declared at: clang/include/clang/Analysis/CFG.h:252

static bool isKind(const clang::CFGElement& elem)

Declared at: clang/include/clang/Analysis/CFG.h:261

Parameters

const clang::CFGElement& elem