class PostAllocatorCall

Declaration

class PostAllocatorCall : public StmtPoint { /* full declaration omitted */ };

Declared at: clang/include/clang/Analysis/ProgramPoint.h:613

Inherits from: StmtPoint

Member Variables

Method Overview

  • public PostAllocatorCall(const clang::Stmt * S, const clang::LocationContext * L, const clang::ProgramPointTag * Tag = nullptr)
  • private PostAllocatorCall()
  • private static bool isKind(const clang::ProgramPoint & Location)

Inherited from StmtPoint:

Inherited from ProgramPoint:

Methods

PostAllocatorCall(
    const clang::Stmt* S,
    const clang::LocationContext* L,
    const clang::ProgramPointTag* Tag = nullptr)

Declared at: clang/include/clang/Analysis/ProgramPoint.h:615

Parameters

const clang::Stmt* S
const clang::LocationContext* L
const clang::ProgramPointTag* Tag = nullptr

PostAllocatorCall()

Declared at: clang/include/clang/Analysis/ProgramPoint.h:621

static bool isKind(
    const clang::ProgramPoint& Location)

Declared at: clang/include/clang/Analysis/ProgramPoint.h:622

Parameters

const clang::ProgramPoint& Location