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