Home
last modified time | relevance | path

Searched refs:MapKeyTy (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp484 typedef std::pair<const void *, unsigned> MapKeyTy; typedef
485 typedef std::map<MapKeyTy, APValue> MapTy;
527 MapKeyTy KV(Key, Version); in getTemporary()
541 auto UB = Temporaries.upper_bound(MapKeyTy(Key, UINT_MAX)); in getCurrentTemporary()
549 auto UB = Temporaries.upper_bound(MapKeyTy(Key, UINT_MAX)); in getCurrentTemporaryVersion()
1245 APValue &Result = Temporaries[MapKeyTy(Key, Version)]; in createTemporary()