clang 22.0.0git
clang::ento::CompoundValData Class Reference

#include "clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h"

Inheritance diagram for clang::ento::CompoundValData:
[legend]

Public Types

using iterator = llvm::ImmutableList<SVal>::iterator

Public Member Functions

 CompoundValData (QualType t, llvm::ImmutableList< SVal > l)
iterator begin () const
iterator end () const
QualType getType () const
void Profile (llvm::FoldingSetNodeID &ID)

Static Public Member Functions

static void Profile (llvm::FoldingSetNodeID &ID, QualType T, llvm::ImmutableList< SVal > L)

Detailed Description

Definition at line 41 of file BasicValueFactory.h.

Member Typedef Documentation

◆ iterator

using clang::ento::CompoundValData::iterator = llvm::ImmutableList<SVal>::iterator

Definition at line 50 of file BasicValueFactory.h.

Constructor & Destructor Documentation

◆ CompoundValData()

clang::ento::CompoundValData::CompoundValData ( QualType t,
llvm::ImmutableList< SVal > l )
inline

Definition at line 46 of file BasicValueFactory.h.

References clang::ento::NonLoc::isCompoundType().

Member Function Documentation

◆ begin()

iterator clang::ento::CompoundValData::begin ( ) const
inline

Definition at line 52 of file BasicValueFactory.h.

◆ end()

iterator clang::ento::CompoundValData::end ( ) const
inline

Definition at line 53 of file BasicValueFactory.h.

◆ getType()

QualType clang::ento::CompoundValData::getType ( ) const
inline

Definition at line 55 of file BasicValueFactory.h.

◆ Profile() [1/2]

void clang::ento::CompoundValData::Profile ( llvm::FoldingSetNodeID & ID)
inline

Definition at line 60 of file BasicValueFactory.h.

References Profile().

Referenced by Profile().

◆ Profile() [2/2]

void CompoundValData::Profile ( llvm::FoldingSetNodeID & ID,
QualType T,
llvm::ImmutableList< SVal > L )
static

The documentation for this class was generated from the following files: