class LocationCheck

Declaration

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

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

Inherits from: StmtPoint

Member Variables

Method Overview

  • protected LocationCheck()
  • protected LocationCheck(const clang::Stmt * S, const clang::LocationContext * L, ProgramPoint::Kind K, const clang::ProgramPointTag * tag)
  • private static bool isKind(const clang::ProgramPoint & location)

Inherited from StmtPoint:

Inherited from ProgramPoint:

Methods

LocationCheck()

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

LocationCheck(const clang::Stmt* S,
              const clang::LocationContext* L,
              ProgramPoint::Kind K,
              const clang::ProgramPointTag* tag)

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

Parameters

const clang::Stmt* S
const clang::LocationContext* L
ProgramPoint::Kind K
const clang::ProgramPointTag* tag

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

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

Parameters

const clang::ProgramPoint& location