Searched refs:ParentHiddenTypes (Results 1 – 2 of 2) sorted by relevance
1122 const llvm::SmallPtrSet<CanQualType, 8> &ParentHiddenTypes, in CollectVisibleConversions() argument1129 const llvm::SmallPtrSet<CanQualType, 8> *HiddenTypes = &ParentHiddenTypes; in CollectVisibleConversions()1137 HiddenTypesBuffer = ParentHiddenTypes; in CollectVisibleConversions()1142 bool Hidden = ParentHiddenTypes.count(ConvType); in CollectVisibleConversions()
1614 const llvm::SmallPtrSet<CanQualType, 8> &ParentHiddenTypes, in CollectVisibleConversions() argument1620 const llvm::SmallPtrSet<CanQualType, 8> *HiddenTypes = &ParentHiddenTypes; in CollectVisibleConversions()1628 HiddenTypesBuffer = ParentHiddenTypes; in CollectVisibleConversions()1633 bool Hidden = ParentHiddenTypes.count(ConvType); in CollectVisibleConversions()