class PostLValue

Declaration

class PostLValue : public PostStmt { /* full declaration omitted */ };

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

Inherits from: PostStmt

Member Variables

Method Overview

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

Inherited from PostStmt:

    Inherited from StmtPoint:

    Inherited from ProgramPoint:

    Methods

    PostLValue(
        const clang::Stmt* S,
        const clang::LocationContext* L,
        const clang::ProgramPointTag* tag = nullptr)

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

    Parameters

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

    PostLValue()

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

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

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

    Parameters

    const clang::ProgramPoint& Location