Home | History | Annotate | Download | only in Sema

Lines Matching full:valuet

819     QualType ValueT = Method->parameters()[0]->getType();
820 const PointerType *PtrValue = ValueT->getAs<PointerType>();
827 << 0 << ValueT
884 QualType ValueT = ValuesT->castAs<PointerType>()->getPointeeType();
900 = CheckObjCCollectionLiteralElement(*this, Elements[I].Value, ValueT);