Home
last modified time | relevance | path

Searched defs:ImmutableMap (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h25 template <typename K, typename D, typename I> class ImmutableMap; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableMap.h79 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) { in ImmutableMap() function
82 ImmutableMap(const ImmutableMap &X) : Root(X.Root) { in ImmutableMap() function
211 friend class ImmutableMap; variable