clang API Documentation

Public Member Functions | Friends
clang::CFGNewAllocator Class Reference

CFGNewAllocator - Represents C++ allocator call. More...

#include <CFG.h>

Inheritance diagram for clang::CFGNewAllocator:
Inheritance graph
[legend]
Collaboration diagram for clang::CFGNewAllocator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CFGNewAllocator (const CXXNewExpr *S)
const CXXNewExprgetAllocatorExpr () const

Friends

class CFGElement

Detailed Description

CFGNewAllocator - Represents C++ allocator call.

Definition at line 151 of file CFG.h.


Constructor & Destructor Documentation

clang::CFGNewAllocator::CFGNewAllocator ( const CXXNewExpr S) [inline, explicit]

Definition at line 153 of file CFG.h.


Member Function Documentation

Definition at line 157 of file CFG.h.

References clang::CFGElement::Data1.

Referenced by clang::ento::ExprEngine::processCFGElement().


Friends And Related Function Documentation

friend class CFGElement [friend]

Definition at line 162 of file CFG.h.


The documentation for this class was generated from the following file: