Home | History | Annotate | Download | only in Sema

Lines Matching refs:ValueT

804     QualType ValueT = Method->param_begin()[0]->getType();
805 const PointerType *PtrValue = ValueT->getAs<PointerType>();
812 << 0 << ValueT
869 QualType ValueT = ValuesT->castAs<PointerType>()->getPointeeType();
885 = CheckObjCCollectionLiteralElement(*this, Elements[I].Value, ValueT);