class PostImplicitCall

Declaration

class PostImplicitCall : public ImplicitCallPoint { /* full declaration omitted */ };

Description

Represents a program point just after an implicit call event. Explicit calls will appear as PostStmt program points.

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

Inherits from: ImplicitCallPoint

Member Variables

Method Overview

  • public PostImplicitCall(const clang::Decl * D, clang::SourceLocation Loc, const clang::LocationContext * L, const clang::ProgramPointTag * Tag = nullptr)
  • private PostImplicitCall()
  • private static bool isKind(const clang::ProgramPoint & Location)

Inherited from ImplicitCallPoint:

Inherited from ProgramPoint:

Methods

PostImplicitCall(
    const clang::Decl* D,
    clang::SourceLocation Loc,
    const clang::LocationContext* L,
    const clang::ProgramPointTag* Tag = nullptr)

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

Parameters

const clang::Decl* D
clang::SourceLocation Loc
const clang::LocationContext* L
const clang::ProgramPointTag* Tag = nullptr

PostImplicitCall()

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

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

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

Parameters

const clang::ProgramPoint& Location