Home | History | Annotate | Download | only in Sema

Lines Matching refs:FromPtr

1795 /// the pointer type FromPtr to a pointer to type ToPointee, with the
1796 /// same type qualifiers as FromPtr has on its pointee type. ToType,
1801 BuildSimilarlyQualifiedPointerType(const Type *FromPtr,
1805 assert((FromPtr->getTypeClass() == Type::Pointer ||
1806 FromPtr->getTypeClass() == Type::ObjCObjectPointer) &&
1814 = Context.getCanonicalType(FromPtr->getPointeeType());