Searched defs:ToPointee (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOverload.cpp1961 /// the pointer type FromPtr to a pointer to type ToPointee, with the
1968 QualType ToPointee, QualType ToType,
1981 QualType CanonToPointee = Context.getCanonicalType(ToPointee);
1993 // Build a pointer to ToPointee. It has the right qualifiers
1996 return Context.getObjCObjectPointerType(ToPointee);
1997 return Context.getPointerType(ToPointee);
2378 QualType ToPointee;
2380 ToPointee = ToPointer->getPointeeType();
2384 Qualifiers ToQuals = ToPointee.getQualifiers();
2385 if (!ToPointee
1967 BuildSimilarlyQualifiedPointerType(const Type *FromPtr, QualType ToPointee, QualType ToType, ASTContext &Context, bool StripObjCLifetime = false) argument
[all...]

Completed in 54 milliseconds