Searched refs:ValuesT (Results 1 – 2 of 2) sorted by relevance
275 typedef SmallVector<UniqueVirtualMethod, 4> ValuesT; typedef276 typedef llvm::MapVector<unsigned, ValuesT> MapType;
885 QualType ValuesT = DictionaryWithObjectsMethod->parameters()[0]->getType(); in BuildObjCDictionaryLiteral() local886 QualType ValueT = ValuesT->castAs<PointerType>()->getPointeeType(); in BuildObjCDictionaryLiteral()