clang API Documentation
CFGNewAllocator - Represents C++ allocator call. More...
#include <CFG.h>
Public Member Functions | |
CFGNewAllocator (const CXXNewExpr *S) | |
const CXXNewExpr * | getAllocatorExpr () const |
Friends | |
class | CFGElement |
CFGNewAllocator - Represents C++ allocator call.
clang::CFGNewAllocator::CFGNewAllocator | ( | const CXXNewExpr * | S | ) | [inline, explicit] |
const CXXNewExpr* clang::CFGNewAllocator::getAllocatorExpr | ( | ) | const [inline] |
Definition at line 157 of file CFG.h.
References clang::CFGElement::Data1.
Referenced by clang::ento::ExprEngine::processCFGElement().
friend class CFGElement [friend] |