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