class PreLoad

Declaration

class PreLoad : public LocationCheck { /* full declaration omitted */ };

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

Inherits from: LocationCheck

Member Variables

Method Overview

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

Inherited from LocationCheck:

    Inherited from StmtPoint:

    Inherited from ProgramPoint:

    Methods

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

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

    Parameters

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

    PreLoad()

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

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

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

    Parameters

    const clang::ProgramPoint& location