class PostStmt

Declaration

template <typename STMT>
class PostStmt { /* full declaration omitted */ };

Declared at: clang/include/clang/StaticAnalyzer/Core/Checker.h:101

Templates

STMT

Method Overview

  • private template <typename CHECKER>static void _checkStmt(void * checker, const clang::Stmt * S, clang::ento::CheckerContext & C)
  • private static bool _handlesStmt(const clang::Stmt * S)
  • public template <typename CHECKER>static void _register(CHECKER * checker, clang::ento::CheckerManager & mgr)

Methods

template <typename CHECKER>
static void _checkStmt(
    void* checker,
    const clang::Stmt* S,
    clang::ento::CheckerContext& C)

Declared at: clang/include/clang/StaticAnalyzer/Core/Checker.h:103

Templates

CHECKER

Parameters

void* checker
const clang::Stmt* S
clang::ento::CheckerContext& C

static bool _handlesStmt(const clang::Stmt* S)

Declared at: clang/include/clang/StaticAnalyzer/Core/Checker.h:107

Parameters

const clang::Stmt* S

template <typename CHECKER>
static void _register(
    CHECKER* checker,
    clang::ento::CheckerManager& mgr)

Declared at: clang/include/clang/StaticAnalyzer/Core/Checker.h:112

Templates

CHECKER

Parameters

CHECKER* checker
clang::ento::CheckerManager& mgr