Searched refs:GetTypeSyntheticsContainer (Results 1 – 5 of 5) sorted by relevance
120 if (!GetTypeSyntheticsContainer()->Get(candidates, synth)) in Get()163 GetTypeSyntheticsContainer()->Clear(); in Clear()189 success = GetTypeSyntheticsContainer()->Delete(name) || success; in Delete()217 count += GetTypeSyntheticsContainer()->GetCount(); in GetCount()297 if (GetTypeSyntheticsContainer()->Get(type_name, synth_sp)) { in AnyMatches()376 GetTypeSyntheticsContainer()->GetExact(ConstString(type_sp->GetName()), in GetSyntheticForType()439 if (index < GetTypeSyntheticsContainer()->GetCount()) in GetSyntheticAtIndex()440 return GetTypeSyntheticsContainer()->GetAtIndex(index); in GetSyntheticAtIndex()443 index - GetTypeSyntheticsContainer()->GetCount()); in GetSyntheticAtIndex()448 if (index < GetTypeSyntheticsContainer()->GetCount()) in GetTypeNameSpecifierForSyntheticAtIndex()[all …]
100 category_sp->GetTypeSyntheticsContainer()->Add(std::move(type_name), in AddCXXSynthetic()
139 return m_opaque_sp->GetTypeSyntheticsContainer()->GetCount() + in GetNumSynthetics()281 m_opaque_sp->GetTypeSyntheticsContainer()->GetExact( in GetSyntheticForType()573 m_opaque_sp->GetTypeSyntheticsContainer()->Add( in AddTypeSynthetic()593 return m_opaque_sp->GetTypeSyntheticsContainer()->Delete( in DeleteTypeSynthetic()
200 GetTypeSyntheticsContainer()->ForEach(foreach.GetSynthExactCallback()); in ForEach()261 SynthContainerSP GetTypeSyntheticsContainer() { in GetTypeSyntheticsContainer() function
808 category_sp->GetTypeSyntheticsContainer()->AutoComplete(request); in HandleArgumentCompletion()2444 category->GetTypeSyntheticsContainer()->Add(std::move(type_name), entry); in AddSynth()