clang  5.0.0
Public Types | Public Member Functions | Static Public Member Functions | List of all members
clang::ento::CompoundValData Class Reference

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

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

Public Types

typedef llvm::ImmutableList
< SVal >::iterator 
iterator
 

Public Member Functions

 CompoundValData (QualType t, llvm::ImmutableList< SVal > l)
 
iterator begin () const
 
iterator end () 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 28 of file BasicValueFactory.h.

Member Typedef Documentation

Definition at line 37 of file BasicValueFactory.h.

Constructor & Destructor Documentation

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

Definition at line 33 of file BasicValueFactory.h.

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

Member Function Documentation

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

Definition at line 38 of file BasicValueFactory.h.

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

Definition at line 39 of file BasicValueFactory.h.

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

Definition at line 44 of file BasicValueFactory.h.

References Profile().

Referenced by Profile().


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