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