Searched refs:ValuesT (Results 1 – 7 of 7) sorted by relevance
271 typedef SmallVector<UniqueVirtualMethod, 4> ValuesT; typedef272 typedef llvm::MapVector<unsigned, ValuesT> MapType;
271 using ValuesT = SmallVector<UniqueVirtualMethod, 4>; variable272 using MapType = llvm::MapVector<unsigned, ValuesT>;
257 template <typename ValuesT>258 void markAllOverdefined(ValuesT values) { in markAllOverdefined()262 template <typename ValuesT>263 void markAllOverdefined(Operation *op, ValuesT values) { in markAllOverdefined()267 template <typename ValuesT>268 void markAllOverdefinedAndVisitUsers(ValuesT values) { in markAllOverdefinedAndVisitUsers()
153 template <typename ValuesT>154 std::enable_if_t<!std::is_convertible<ValuesT, Operation *>::value>155 replaceAllUsesWith(ValuesT &&values) { in replaceAllUsesWith()
584 template <typename ValuesT> void replaceAllUsesWith(ValuesT &&values) { in replaceAllUsesWith()585 this->getOperation()->replaceAllUsesWith(std::forward<ValuesT>(values)); in replaceAllUsesWith()
1000 QualType ValuesT = DictionaryWithObjectsMethod->parameters()[0]->getType(); in BuildObjCDictionaryLiteral() local1001 QualType ValueT = ValuesT->castAs<PointerType>()->getPointeeType(); in BuildObjCDictionaryLiteral()
1081 QualType ValuesT = DictionaryWithObjectsMethod->parameters()[0]->getType(); in BuildObjCDictionaryLiteral() local1082 QualType ValueT = ValuesT->castAs<PointerType>()->getPointeeType(); in BuildObjCDictionaryLiteral()