Lines Matching defs:stripQualifiers
281 static DIType * stripQualifiers(DIType *Ty, bool skipTypedef = true) {
290 static const DIType * stripQualifiers(const DIType *Ty) {
493 const DIType *PType = stripQualifiers(cast<DIType>(ParentType));
494 const DIType *CType = stripQualifiers(cast<DIType>(ChildType));
505 return stripQualifiers(PtrTy->getBaseType()) == CType;
533 return dyn_cast<DICompositeType>(stripQualifiers(Ty)) == CTy;
684 auto *EltTy = stripQualifiers(CTy->getBaseType());
703 auto *EltTy = stripQualifiers(CTy->getBaseType());
727 BaseTy = stripQualifiers(CTy->getBaseType());
730 BaseTy = stripQualifiers(MemberTy->getBaseType());
740 BaseTy = stripQualifiers(CompTy->getBaseType());
758 auto *EltTy = stripQualifiers(CTy->getBaseType());
789 auto *EltTy = stripQualifiers(CTy->getBaseType());
864 DIType *PossibleTypeDef = stripQualifiers(cast<DIType>(CInfo.Metadata),
866 DIType *Ty = stripQualifiers(PossibleTypeDef);
893 BaseTy = stripQualifiers(CTy->getBaseType());
900 BaseTy = stripQualifiers(DTy->getBaseType());
967 auto *CTy = cast<DICompositeType>(stripQualifiers(cast<DIType>(MDN)));
988 DIType *Ty = stripQualifiers(cast<DIType>(CInfo.Metadata), false);
998 DIType *BaseTy = stripQualifiers(Ty, true);
1019 DIType *BaseTy = stripQualifiers(Ty, true);