Searched defs:ContainerType (Results 1 – 8 of 8) sorted by relevance
97 struct ContainerType : public ImplType, public llvm::FoldingSetNode { struct109 using UnderlyingType = const ContainerType *; argument
41 BitstreamRemarkContainerType ContainerType = member
22 BitstreamRemarkContainerType ContainerType) in BitstreamRemarkSerializerHelper()
60 BitstreamRemarkContainerType ContainerType; member
37 std::optional<uint8_t> ContainerType; member
308 typedef ::std::vector<int> ContainerType; in TEST() typedef321 typedef ::std::vector<int> ContainerType; in TEST() typedef335 typedef ::std::vector<int> ContainerType; in TEST() typedef347 typedef ::std::vector<int> ContainerType; in TEST() typedef
84 using ContainerType = SmallVector<ArgumentListLevel, 4>; variable
313 typedef typename ::std::vector<T> ContainerType; typedef