Lines Matching defs:stripQualifiers
288 static DIType * stripQualifiers(DIType *Ty, bool skipTypedef = true) {
297 static const DIType * stripQualifiers(const DIType *Ty) {
500 const DIType *PType = stripQualifiers(cast<DIType>(ParentType));
501 const DIType *CType = stripQualifiers(cast<DIType>(ChildType));
512 return stripQualifiers(PtrTy->getBaseType()) == CType;
540 return dyn_cast<DICompositeType>(stripQualifiers(Ty)) == CTy;
691 auto *EltTy = stripQualifiers(CTy->getBaseType());
710 auto *EltTy = stripQualifiers(CTy->getBaseType());
734 BaseTy = stripQualifiers(CTy->getBaseType());
737 BaseTy = stripQualifiers(MemberTy->getBaseType());
747 BaseTy = stripQualifiers(CompTy->getBaseType());
765 auto *EltTy = stripQualifiers(CTy->getBaseType());
796 auto *EltTy = stripQualifiers(CTy->getBaseType());
871 DIType *PossibleTypeDef = stripQualifiers(cast<DIType>(CInfo.Metadata),
873 DIType *Ty = stripQualifiers(PossibleTypeDef);
900 BaseTy = stripQualifiers(CTy->getBaseType());
907 BaseTy = stripQualifiers(DTy->getBaseType());
974 auto *CTy = cast<DICompositeType>(stripQualifiers(cast<DIType>(MDN)));
995 DIType *Ty = stripQualifiers(cast<DIType>(CInfo.Metadata), false);
1005 DIType *BaseTy = stripQualifiers(Ty, true);
1026 DIType *BaseTy = stripQualifiers(Ty, true);