ΒΆclang::ento::ProgramStateRef setDynamicTypeInfo(
    clang::ento::ProgramStateRef State,
    const clang::ento::MemRegion* MR,
    clang::QualType NewTy,
    bool CanBeSubClassed = true)

Description

Set dynamic type information of the region; return the new state.

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicType.h:54

Parameters

clang::ento::ProgramStateRef State
const clang::ento::MemRegion* MR
clang::QualType NewTy
bool CanBeSubClassed = true