Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PointerTy

213 static bool TypeInfoIsInStandardLibrary(const PointerType *PointerTy) {
214 QualType PointeeTy = PointerTy->getPointeeType();
238 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty))
239 return TypeInfoIsInStandardLibrary(PointerTy);
290 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty))
291 return ContainsIncompleteClassType(PointerTy->getPointeeType());