Searched refs:ParentTy (Results 1 – 3 of 3) sorted by relevance
208 typedef DeclBitVector_Types::ValTy ParentTy; typedef210 static inline ParentTy& ParentRef(ValTy& X) { in ParentRef()211 return static_cast<ParentTy&>(X); in ParentRef()214 static inline const ParentTy& ParentRef(const ValTy& X) { in ParentRef()215 return static_cast<const ParentTy&>(X); in ParentRef()
460 typedef IntegersSubsetGeneric<IntItem> ParentTy; typedef500 explicit IntegersSubset(Constant *C) : ParentTy(rangesFromConstant(C)), in IntegersSubset()504 ParentTy(*(const ParentTy *)&RHS), // FIXME: tweak for msvc. in IntegersSubset()508 explicit IntegersSubset(const RangesCollectionTy& Src) : ParentTy(Src) { in IntegersSubset()
2788 ParentTy;2793 ParentTy(SI, CaseNum, SubsetIt) {}2801 CaseIt(SwitchInst *SI, unsigned CaseNum) : ParentTy(SI, CaseNum) {} 2803 CaseIt(const ParentTy& Src) : ParentTy(Src) {}