Home | History | Annotate | Download | only in Sema

Lines Matching refs:FromPtr

1918 /// the pointer type FromPtr to a pointer to type ToPointee, with the
1919 /// same type qualifiers as FromPtr has on its pointee type. ToType,
1924 BuildSimilarlyQualifiedPointerType(const Type *FromPtr,
1928 assert((FromPtr->getTypeClass() == Type::Pointer ||
1929 FromPtr->getTypeClass() == Type::ObjCObjectPointer) &&
1937 = Context.getCanonicalType(FromPtr->getPointeeType());