Home
last modified time | relevance | path

Searched defs:MapType (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/
H A DPassRegistry.h45 typedef DenseMap<const void *, const PassInfo *> MapType; typedef
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DModule.cpp67 typedef ContinuousRangeMap<Key, Offset, InitialCapacity> MapType; in dumpLocalRemap() typedef
H A DASTReader.cpp6872 typedef ContinuousRangeMap<Key, ModuleFile *, InitialCapacity> MapType; in dumpModuleIDMap() typedef
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCXXInheritance.h276 typedef llvm::MapVector<unsigned, ValuesT> MapType; typedef
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
H A Dswap_noexcept.pass.cpp120 typedef std::pair<const MoveOnly, MoveOnly> MapType; in main() typedef
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
H A Dswap_noexcept.pass.cpp119 typedef std::pair<const MoveOnly, MoveOnly> MapType; in main() typedef
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp458 typedef llvm::DenseMap<const Stmt *, PropagationInfo> MapType; typedef in clang::consumed::ConsumedStmtVisitor
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp9159 typedef llvm::DenseMap<const Type *, InheritingConstructorsForType> MapType; typedef in __anon515e6f930f11::InheritingConstructorInfo