Searched refs:AnnotationNameIndexMap (Results 1 – 1 of 1) sorted by relevance
157 StringMap<uint64_t> AnnotationNameIndexMap; variable1655 auto AI = AnnotationNameIndexMap.find(Name); in getAnnotationIndex()1656 if (AI != AnnotationNameIndexMap.end()) in getAnnotationIndex()1664 auto AI = AnnotationNameIndexMap.find(Name); in getOrCreateAnnotationIndex()1665 if (AI != AnnotationNameIndexMap.end()) in getOrCreateAnnotationIndex()1669 AnnotationNameIndexMap.size() + MCPlus::MCAnnotation::kGeneric; in getOrCreateAnnotationIndex()1670 AnnotationNameIndexMap.insert(std::make_pair(Name, Index)); in getOrCreateAnnotationIndex()